Prep for 0.5.0 release
Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
parent
1f29640b50
commit
d2ea4faaba
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cloudevents-sdk"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Francesco Guardiani <francescoguard@gmail.com>"]
|
||||
license-file = "LICENSE"
|
||||
edition = "2018"
|
||||
|
|
|
@ -41,7 +41,7 @@ enabling your Protocol Binding of choice:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
cloudevents-sdk = { version = "0.4.0" }
|
||||
cloudevents-sdk = { version = "0.5.0" }
|
||||
```
|
||||
|
||||
Now you can start creating events:
|
||||
|
|
|
@ -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.4.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/cloudevents-sdk/0.5.0")]
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
|
||||
pub mod binding;
|
||||
|
|
Loading…
Reference in New Issue