Skip to content

Commit 43472cf

Browse files
committed
bump versions to 0.22.0-alpha
1 parent 88900c2 commit 43472cf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

capnp-futures/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "capnp-futures"
3-
version = "0.21.0"
3+
version = "0.22.0-alpha"
44
authors = [ "David Renshaw <[email protected]>" ]
55
license = "MIT"
66

@@ -12,7 +12,7 @@ edition = "2021"
1212
keywords = ["async"]
1313

1414
[dependencies]
15-
capnp = { version = "0.21.0", path = "../capnp" }
15+
capnp = { version = "0.22.0-alpha", path = "../capnp" }
1616

1717
[dependencies.futures-channel]
1818
version = "0.3.0"
@@ -30,7 +30,7 @@ default-features = false
3030
features = ["executor"]
3131

3232
[dev-dependencies]
33-
capnp = { version = "0.21.0", path = "../capnp", features = ["quickcheck"] }
33+
capnp = { version = "0.22.0-alpha", path = "../capnp", features = ["quickcheck"] }
3434
quickcheck = "1"
3535

3636
[lints]

capnp-rpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp-rpc"
4-
version = "0.21.0"
4+
version = "0.22.0-alpha"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "implementation of the Cap'n Proto remote procedure call protocol"
@@ -19,8 +19,8 @@ default-features = false
1919
features = ["std"]
2020

2121
[dependencies]
22-
capnp-futures = { version = "0.21.0", path = "../capnp-futures" }
23-
capnp = {version = "0.21.0", path = "../capnp"}
22+
capnp-futures = { version = "0.22.0-alpha", path = "../capnp-futures" }
23+
capnp = {version = "0.22.0-alpha", path = "../capnp"}
2424

2525
#[lints]
2626
#workspace = true

capnp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp"
4-
version = "0.21.7"
4+
version = "0.22.0-alpha"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

capnpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnpc"
4-
version = "0.21.4"
4+
version = "0.22.0-alpha"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "Cap'n Proto code generation"
@@ -25,7 +25,7 @@ path = "src/capnpc-rust-bootstrap.rs"
2525

2626

2727
[dependencies.capnp]
28-
version = "0.21.5"
28+
version = "0.22.0-alpha"
2929
path = "../capnp"
3030

3131
[lints]

0 commit comments

Comments
 (0)