File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " capnp-futures"
3
- version = " 0.16 .0"
3
+ version = " 0.17 .0"
4
4
authors = [ " David Renshaw <drenshaw@gmail.com>" ]
5
5
license = " MIT"
6
6
@@ -12,7 +12,7 @@ edition = "2021"
12
12
keywords = [" async" ]
13
13
14
14
[dependencies ]
15
- capnp = { version = " 0.16 .0" , path = " ../capnp" }
15
+ capnp = { version = " 0.17 .0" , path = " ../capnp" }
16
16
17
17
[dependencies .futures ]
18
18
version = " 0.3.0"
@@ -25,5 +25,5 @@ default-features = false
25
25
features = [" executor" ]
26
26
27
27
[dev-dependencies ]
28
- capnp = { version = " 0.16 .0" , path = " ../capnp" , features = [" quickcheck" ] }
28
+ capnp = { version = " 0.17 .0" , path = " ../capnp" , features = [" quickcheck" ] }
29
29
quickcheck = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " capnp-rpc"
4
- version = " 0.16.2 "
4
+ version = " 0.17.0 "
5
5
authors = [ " David Renshaw <dwrenshaw@sandstorm.io>" ]
6
6
license = " MIT"
7
7
description = " implementation of the Cap'n Proto remote procedure call protocol"
@@ -19,5 +19,5 @@ default-features = false
19
19
features = [" std" ]
20
20
21
21
[dependencies ]
22
- capnp-futures = { version = " 0.16 .0" , path = " ../capnp-futures" }
23
- capnp = {version = " 0.16 .0" , path = " ../capnp" }
22
+ capnp-futures = { version = " 0.17 .0" , path = " ../capnp-futures" }
23
+ capnp = {version = " 0.17 .0" , path = " ../capnp" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " capnp"
4
- version = " 0.16.1 "
4
+ version = " 0.17.0 "
5
5
authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
6
6
license = " MIT"
7
7
description = " runtime library for Cap'n Proto data encoding"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " capnpc"
4
- version = " 0.16.5 "
4
+ version = " 0.17.0 "
5
5
authors = [ " David Renshaw <dwrenshaw@gmail.com>" ]
6
6
license = " MIT"
7
7
description = " Cap'n Proto code generation"
@@ -25,7 +25,7 @@ path = "src/capnpc-rust-bootstrap.rs"
25
25
26
26
27
27
[dependencies .capnp ]
28
- version = " 0.16 .0"
28
+ version = " 0.17 .0"
29
29
path = " ../capnp"
30
30
31
31
# Don't include "std" feature, so that dependent crates can include a build-time
Original file line number Diff line number Diff line change 31
31
//!
32
32
//! ```ignore
33
33
//! [dependencies]
34
- //! capnp = "0.16 " # Note this is a different library than capnp*c*
34
+ //! capnp = "0.17 " # Note this is a different library than capnp*c*
35
35
//!
36
36
//! [build-dependencies]
37
- //! capnpc = "0.16 "
37
+ //! capnpc = "0.17 "
38
38
//! ```
39
39
//!
40
40
//! In your lib.rs:
You can’t perform that action at this time.
0 commit comments