Prep for 0.6.0 release (#193)
Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
parent
c6a84b3c5a
commit
e28424e198
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cloudevents-sdk"
|
name = "cloudevents-sdk"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
|
@ -42,7 +42,7 @@ enabling your Protocol Binding of choice:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cloudevents-sdk = { version = "0.5.0" }
|
cloudevents-sdk = { version = "0.6.0" }
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can start creating events:
|
Now you can start creating events:
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
//! [Extractors]: https://actix.rs/docs/extractors/
|
//! [Extractors]: https://actix.rs/docs/extractors/
|
||||||
//! [Responders]: https://actix.rs/docs/handlers/
|
//! [Responders]: https://actix.rs/docs/handlers/
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.5.0")]
|
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.6.0")]
|
||||||
#![deny(rustdoc::broken_intra_doc_links)]
|
#![deny(rustdoc::broken_intra_doc_links)]
|
||||||
#![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc
|
#![cfg_attr(docsrs, feature(doc_cfg))] // Show feature gate in doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue