Skip to content

Commit 2cae3f0

Browse files
Bumps + fix version_sync crate (#143)
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent bcb8363 commit 2cae3f0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudevents-sdk"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Francesco Guardiani <[email protected]>"]
55
license-file = "LICENSE"
66
edition = "2018"
@@ -55,7 +55,7 @@ uuid = { version = "^0.8", features = ["v4", "wasm-bindgen"] }
5555
[dev-dependencies]
5656
rstest = "0.6"
5757
claim = "0.3.1"
58-
version-sync = "^0.9"
58+
version-sync = "0.9.2"
5959
serde_yaml = "0.8"
6060

6161
# runtime dev-deps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enabling your Protocol Binding of choice:
4040

4141
```toml
4242
[dependencies]
43-
cloudevents-sdk = { version = "0.3.1", features = ["actix"] }
43+
cloudevents-sdk = { version = "0.4.0" }
4444
```
4545

4646
Now you can start creating events:

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
//! [Extractors]: https://actix.rs/docs/extractors/
5454
//! [Responders]: https://actix.rs/docs/handlers/
5555
56+
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.4.0")]
5657
#![deny(broken_intra_doc_links)]
5758

5859
pub mod binding;

0 commit comments

Comments
 (0)