We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abed344 commit b8c5865Copy full SHA for b8c5865
cdevents-sdk/Cargo.toml
@@ -11,7 +11,7 @@ description = "A Rust SDK for CDEvents"
11
readme = "README.md"
12
13
[dependencies]
14
-cloudevents-sdk = { version = "0.7", optional = true, default-features = false }
+cloudevents-sdk = { version = "0.8", optional = true, default-features = false }
15
fluent-uri = "0.3"
16
proptest = { version = "1.4", optional = true }
17
proptest-derive = { version = "0.5", optional = true }
0 commit comments