diff --git a/Cargo.toml b/Cargo.toml index 1c81b647..c6edfbc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudevents-sdk" -version = "0.6.0" +version = "0.7.0" authors = ["Francesco Guardiani "] license-file = "LICENSE" edition = "2018" diff --git a/README.md b/README.md index f554fe3b..6d6346c2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice: ```toml [dependencies] -cloudevents-sdk = { version = "0.6.0" } +cloudevents-sdk = { version = "0.7.0" } ``` Now you can start creating events: diff --git a/src/lib.rs b/src/lib.rs index c6d7fc30..c8f2e262 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -54,7 +54,7 @@ //! [Extractors]: https://actix.rs/docs/extractors/ //! [Responders]: https://actix.rs/docs/handlers/ -#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.6.0")] +#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.7.0")] #![deny(rustdoc::broken_intra_doc_links)] #![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc