File tree Expand file tree Collapse file tree 7 files changed +22
-9
lines changed Expand file tree Collapse file tree 7 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1+ ## v0.18.0
2+ - Follow v0.18.0 release of other capnp crates.
3+
14## v0.17.0
25- Follow v0.17.0 release of other capnp crates.
36
Original file line number Diff line number Diff line change 11[package ]
22name = " capnp-futures"
3- version = " 0.18.0-alpha "
3+ version = " 0.18.0"
44authors = [ " David Renshaw <drenshaw@gmail.com>" ]
55license = " MIT"
66
@@ -12,7 +12,7 @@ edition = "2021"
1212keywords = [" async" ]
1313
1414[dependencies ]
15- capnp = { version = " 0.18.0-alpha " , path = " ../capnp" }
15+ capnp = { version = " 0.18.0" , path = " ../capnp" }
1616
1717[dependencies .futures ]
1818version = " 0.3.0"
@@ -25,5 +25,5 @@ default-features = false
2525features = [" executor" ]
2626
2727[dev-dependencies ]
28- capnp = { version = " 0.18.0-alpha " , path = " ../capnp" , features = [" quickcheck" ] }
28+ capnp = { version = " 0.18.0" , path = " ../capnp" , features = [" quickcheck" ] }
2929quickcheck = " 1"
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnp-rpc"
4- version = " 0.18.0-alpha "
4+ version = " 0.18.0"
55authors = [ " David Renshaw <dwrenshaw@sandstorm.io>" ]
66license = " MIT"
77description = " implementation of the Cap'n Proto remote procedure call protocol"
@@ -19,5 +19,5 @@ default-features = false
1919features = [" std" ]
2020
2121[dependencies ]
22- capnp-futures = { version = " 0.18.0-alpha " , path = " ../capnp-futures" }
23- capnp = {version = " 0.18.0-alpha " , path = " ../capnp" }
22+ capnp-futures = { version = " 0.18.0" , path = " ../capnp-futures" }
23+ capnp = {version = " 0.18.0" , path = " ../capnp" }
Original file line number Diff line number Diff line change 1+ ## v0.18.0
2+ - Add optional (default-enabled) ` alloc ` feature to allow no-alloc mode.
3+ - Lazier UTF-8 validation.
4+ - Add missing #[ inline] attributes for f32 and f64.
5+ - Add optional ` embedded-io ` feature.
6+ - Make SliceSegments a special case of BufferSegments.
7+
18## v0.17.2
29- Fix indexing bug in ` schema::FieldSubset ` .
310
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnp"
4- version = " 0.18.0-alpha "
4+ version = " 0.18.0"
55authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
66license = " MIT"
77description = " runtime library for Cap'n Proto data encoding"
Original file line number Diff line number Diff line change 1+ ## v0.18.0
2+ - Update for lazier utf-8 validation.
3+
14## v0.17.2
25- Add the ` $Rust.option ` annotation for declaring fields to be optional.
36- Add ` CompilerCommand::crate_provides() ` , allowing cross-crate imports.
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnpc"
4- version = " 0.18.0-alpha "
4+ version = " 0.18.0"
55authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
66license = " MIT"
77description = " Cap'n Proto code generation"
@@ -25,5 +25,5 @@ path = "src/capnpc-rust-bootstrap.rs"
2525
2626
2727[dependencies .capnp ]
28- version = " 0.18.0-alpha "
28+ version = " 0.18.0"
2929path = " ../capnp"
You can’t perform that action at this time.
0 commit comments