Prep for 0.7.0 (#203)

Signed-off-by: Fabrizio Lazzaretti <fabrizio@lazzaretti.me>
This commit is contained in:
Lazzaretti 2023-02-24 12:38:50 +01:00 committed by GitHub
parent 38469b245d
commit 4a86973f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cloudevents-sdk"
version = "0.6.0"
version = "0.7.0"
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
license-file = "LICENSE"
edition = "2018"

View File

@ -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:

View File

@ -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