Version bump (#74)

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2020-08-06 15:42:56 +02:00 committed by GitHub
parent 4a70d506de
commit 35b37e5a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cloudevents-sdk" name = "cloudevents-sdk"
version = "0.1.0" version = "0.2.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"] authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
license-file = "LICENSE" license-file = "LICENSE"
edition = "2018" edition = "2018"

View File

@ -30,7 +30,7 @@ Note: This project is WIP under active development, hence all APIs are considere
To get started, add the dependency to `Cargo.toml`: To get started, add the dependency to `Cargo.toml`:
```toml ```toml
cloudevents-sdk = "0.1.0" cloudevents-sdk = "0.2.0"
``` ```
Now you can start creating events: Now you can start creating events:

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cloudevents-sdk-actix-web" name = "cloudevents-sdk-actix-web"
version = "0.1.0" version = "0.2.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"] authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
license-file = "../LICENSE" license-file = "../LICENSE"
edition = "2018" edition = "2018"
@ -12,7 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
cloudevents-sdk = { version = "0.1.0", path = ".." } cloudevents-sdk = { version = "0.2.0", path = ".." }
actix-web = "2" actix-web = "2"
actix-rt = "1" actix-rt = "1"
async-trait = "^0.1.33" async-trait = "^0.1.33"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cloudevents-sdk-rdkafka" name = "cloudevents-sdk-rdkafka"
version = "0.1.0" version = "0.2.0"
authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"] authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"]
edition = "2018" edition = "2018"
license-file = "../LICENSE" license-file = "../LICENSE"
@ -13,7 +13,7 @@ readme = "README.md"
[dependencies] [dependencies]
bytes = "^0.5" bytes = "^0.5"
cloudevents-sdk = { version = "0.1.0", path = ".." } cloudevents-sdk = { version = "0.2.0", path = ".." }
lazy_static = "1.4.0" lazy_static = "1.4.0"
rdkafka = "^0.23" rdkafka = "^0.23"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cloudevents-sdk-reqwest" name = "cloudevents-sdk-reqwest"
version = "0.1.0" version = "0.2.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"] authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
license-file = "../LICENSE" license-file = "../LICENSE"
edition = "2018" edition = "2018"
@ -13,7 +13,7 @@ readme = "README.md"
[dependencies] [dependencies]
async-trait = "^0.1.33" async-trait = "^0.1.33"
cloudevents-sdk = { version = "0.1.0", path = ".." } cloudevents-sdk = { version = "0.2.0", path = ".." }
lazy_static = "1.4.0" lazy_static = "1.4.0"
bytes = "^0.5" bytes = "^0.5"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-web-example" name = "actix-web-example"
version = "0.1.0" version = "0.2.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"] authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rdkafka-example" name = "rdkafka-example"
version = "0.1.0" version = "0.2.0"
authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"] authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "reqwest-wasm-example" name = "reqwest-wasm-example"
version = "0.1.0" version = "0.2.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"] authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
edition = "2018" edition = "2018"