Skip to content

Commit

Permalink
Version bump (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
  • Loading branch information
slinkydeveloper committed Aug 6, 2020
1 parent 4a70d50 commit 35b37e5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cloudevents-sdk-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions cloudevents-sdk-rdkafka/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions cloudevents-sdk-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion example-projects/actix-web-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion example-projects/rdkafka-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka-example"
version = "0.1.0"
version = "0.2.0"
authors = ["Pranav Bhatt <adpranavb2000@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion example-projects/reqwest-wasm-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 35b37e5

Please sign in to comment.