-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francesco Guardiani <[email protected]>
- Loading branch information
1 parent
b5d9574
commit d69ab90
Showing
12 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cloudevents-sdk" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Francesco Guardiani <[email protected]>"] | ||
license-file = "LICENSE" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cloudevents-sdk-actix-web" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Francesco Guardiani <[email protected]>"] | ||
license-file = "../LICENSE" | ||
edition = "2018" | ||
|
@@ -13,7 +13,7 @@ categories = ["web-programming", "encoding", "web-programming::http-server"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
cloudevents-sdk = { version = "0.2.0", path = ".." } | ||
cloudevents-sdk = { version = "0.3.0", path = ".." } | ||
actix-web = { version = "^3", default-features = false } | ||
actix-rt = "^1" | ||
async-trait = "^0.1.33" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cloudevents-sdk-rdkafka" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Pranav Bhatt <[email protected]>"] | ||
edition = "2018" | ||
license-file = "../LICENSE" | ||
|
@@ -14,7 +14,7 @@ categories = ["web-programming", "encoding"] | |
|
||
[dependencies] | ||
bytes = "^0.5" | ||
cloudevents-sdk = { version = "0.2.0", path = ".." } | ||
cloudevents-sdk = { version = "0.3.0", path = ".." } | ||
lazy_static = "1.4.0" | ||
rdkafka = { version = "^0.24", features = ["cmake-build"] } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cloudevents-sdk-reqwest" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Francesco Guardiani <[email protected]>"] | ||
license-file = "../LICENSE" | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ categories = ["web-programming", "encoding", "web-programming::http-client"] | |
|
||
[dependencies] | ||
async-trait = "^0.1.33" | ||
cloudevents-sdk = { version = "0.2.0", path = ".." } | ||
cloudevents-sdk = { version = "0.3.0", path = ".." } | ||
lazy_static = "1.4.0" | ||
bytes = "^0.5" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "actix-web-example" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Francesco Guardiani <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rdkafka-example" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Pranav Bhatt <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "reqwest-wasm-example" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Francesco Guardiani <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters