Version bump (#74)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
4a70d506de
commit
35b37e5a45
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudevents-sdk"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
license-file = "LICENSE"
|
||||
edition = "2018"
|
||||
|
|
|
@ -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`:
|
||||
|
||||
```toml
|
||||
cloudevents-sdk = "0.1.0"
|
||||
cloudevents-sdk = "0.2.0"
|
||||
```
|
||||
|
||||
Now you can start creating events:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudevents-sdk-actix-web"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
license-file = "../LICENSE"
|
||||
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
|
||||
|
||||
[dependencies]
|
||||
cloudevents-sdk = { version = "0.1.0", path = ".." }
|
||||
cloudevents-sdk = { version = "0.2.0", path = ".." }
|
||||
actix-web = "2"
|
||||
actix-rt = "1"
|
||||
async-trait = "^0.1.33"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudevents-sdk-rdkafka"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"]
|
||||
edition = "2018"
|
||||
license-file = "../LICENSE"
|
||||
|
@ -13,7 +13,7 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
bytes = "^0.5"
|
||||
cloudevents-sdk = { version = "0.1.0", path = ".." }
|
||||
cloudevents-sdk = { version = "0.2.0", path = ".." }
|
||||
lazy_static = "1.4.0"
|
||||
rdkafka = "^0.23"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudevents-sdk-reqwest"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
license-file = "../LICENSE"
|
||||
edition = "2018"
|
||||
|
@ -13,7 +13,7 @@ readme = "README.md"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "^0.1.33"
|
||||
cloudevents-sdk = { version = "0.1.0", path = ".." }
|
||||
cloudevents-sdk = { version = "0.2.0", path = ".." }
|
||||
lazy_static = "1.4.0"
|
||||
bytes = "^0.5"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "actix-web-example"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rdkafka-example"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest-wasm-example"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
Loading…
Reference in New Issue