From 4a86973f22a4f3bc162faa7695509fdf767c087c Mon Sep 17 00:00:00 2001 From: Lazzaretti Date: Fri, 24 Feb 2023 12:38:50 +0100 Subject: [PATCH] Prep for 0.7.0 (#203) Signed-off-by: Fabrizio Lazzaretti --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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