File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " capnp-futures"
3- version = " 0.22.0-alpha "
3+ version = " 0.22.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.22.0-alpha " , path = " ../capnp" }
15+ capnp = { version = " 0.22.0" , path = " ../capnp" }
1616
1717[dependencies .futures-channel ]
1818version = " 0.3.0"
@@ -30,7 +30,7 @@ default-features = false
3030features = [" executor" ]
3131
3232[dev-dependencies ]
33- capnp = { version = " 0.22.0-alpha " , path = " ../capnp" , features = [" quickcheck" ] }
33+ capnp = { version = " 0.22.0" , path = " ../capnp" , features = [" quickcheck" ] }
3434quickcheck = " 1"
3535
3636[lints ]
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnp-rpc"
4- version = " 0.22.0-alpha "
4+ version = " 0.22.0"
55authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
66license = " MIT"
77description = " implementation of the Cap'n Proto remote procedure call protocol"
@@ -19,8 +19,8 @@ default-features = false
1919features = [" std" ]
2020
2121[dependencies ]
22- capnp-futures = { version = " 0.22.0-alpha " , path = " ../capnp-futures" }
23- capnp = {version = " 0.22.0-alpha " , path = " ../capnp" }
22+ capnp-futures = { version = " 0.22.0" , path = " ../capnp-futures" }
23+ capnp = {version = " 0.22.0" , path = " ../capnp" }
2424
2525# [lints]
2626# workspace = true
Original file line number Diff line number Diff line change 11[package ]
22
33name = " capnp"
4- version = " 0.22.0-alpha "
4+ version = " 0.22.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 11[package ]
22
33name = " capnpc"
4- version = " 0.22.0-alpha "
4+ version = " 0.22.0"
55authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
66license = " MIT"
77description = " Cap'n Proto code generation"
@@ -25,7 +25,7 @@ path = "src/capnpc-rust-bootstrap.rs"
2525
2626
2727[dependencies .capnp ]
28- version = " 0.22.0-alpha "
28+ version = " 0.22.0"
2929path = " ../capnp"
3030
3131[lints ]
You can’t perform that action at this time.
0 commit comments