Skip to content

Commit

Permalink
Bumps + fix version_sync crate (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Guardiani <[email protected]>
  • Loading branch information
slinkydeveloper authored Jul 7, 2021
1 parent bcb8363 commit 2cae3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk"
version = "0.3.1"
version = "0.4.0"
authors = ["Francesco Guardiani <[email protected]>"]
license-file = "LICENSE"
edition = "2018"
Expand Down Expand Up @@ -55,7 +55,7 @@ uuid = { version = "^0.8", features = ["v4", "wasm-bindgen"] }
[dev-dependencies]
rstest = "0.6"
claim = "0.3.1"
version-sync = "^0.9"
version-sync = "0.9.2"
serde_yaml = "0.8"

# runtime dev-deps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enabling your Protocol Binding of choice:

```toml
[dependencies]
cloudevents-sdk = { version = "0.3.1", features = ["actix"] }
cloudevents-sdk = { version = "0.4.0" }
```

Now you can start creating events:
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
//! [Extractors]: https://actix.rs/docs/extractors/
//! [Responders]: https://actix.rs/docs/handlers/

#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.4.0")]
#![deny(broken_intra_doc_links)]

pub mod binding;
Expand Down

0 comments on commit 2cae3f0

Please sign in to comment.