File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cloudevents-sdk"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
" Francesco Guardiani <[email protected] >" ]
55license-file = " LICENSE"
66edition = " 2018"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice:
4242
4343``` toml
4444[dependencies ]
45- cloudevents-sdk = { version = " 0.5 .0" }
45+ cloudevents-sdk = { version = " 0.6 .0" }
4646```
4747
4848Now you can start creating events:
Original file line number Diff line number Diff line change 5454//! [Extractors]: https://actix.rs/docs/extractors/
5555//! [Responders]: https://actix.rs/docs/handlers/
5656
57- #![ doc( html_root_url = "https://docs.rs/cloudevents-sdk/0.5 .0" ) ]
57+ #![ doc( html_root_url = "https://docs.rs/cloudevents-sdk/0.6 .0" ) ]
5858#![ deny( rustdoc:: broken_intra_doc_links) ]
5959#![ cfg_attr( docsrs, feature( doc_cfg) ) ] // Show feature gate in doc
6060
You can’t perform that action at this time.
0 commit comments