From 3590617290429e0e06538a0be3a983ba4dd6a02d Mon Sep 17 00:00:00 2001 From: Fabrizio Lazzaretti Date: Tue, 7 Jan 2025 08:45:35 +0100 Subject: [PATCH] Bump version to 0.8.0 change to 0.9.0 in a pull request was wrong, last released version is 0.7.0 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 cb9dfc7..529bc74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudevents-sdk" -version = "0.9.0" +version = "0.8.0" authors = ["Francesco Guardiani "] license-file = "LICENSE" edition = "2018" diff --git a/README.md b/README.md index ecd8886..3c8d06f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice: ```toml [dependencies] -cloudevents-sdk = { version = "0.9.0" } +cloudevents-sdk = { version = "0.8.0" } ``` Now you can start creating events: diff --git a/src/lib.rs b/src/lib.rs index 7d19c38..d0a5dcc 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.9.0")] +#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.8.0")] #![deny(rustdoc::broken_intra_doc_links)] #![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc