File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cloudevents-sdk"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [
" Francesco Guardiani <[email protected] >" ]
5
5
license-file = " LICENSE"
6
6
edition = " 2018"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ enabling your Protocol Binding of choice:
42
42
43
43
``` toml
44
44
[dependencies ]
45
- cloudevents-sdk = { version = " 0.5 .0" }
45
+ cloudevents-sdk = { version = " 0.6 .0" }
46
46
```
47
47
48
48
Now you can start creating events:
Original file line number Diff line number Diff line change 54
54
//! [Extractors]: https://actix.rs/docs/extractors/
55
55
//! [Responders]: https://actix.rs/docs/handlers/
56
56
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" ) ]
58
58
#![ deny( rustdoc:: broken_intra_doc_links) ]
59
59
#![ cfg_attr( docsrs, feature( doc_cfg) ) ] // Show feature gate in doc
60
60
You can’t perform that action at this time.
0 commit comments