Skip to content

Commit

Permalink
update version numbers to 0.20.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 16, 2024
1 parent 418876d commit d2dfc54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions capnp-futures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capnp-futures"
version = "0.19.1"
version = "0.20.0-alpha"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"

Expand All @@ -12,7 +12,7 @@ edition = "2021"
keywords = ["async"]

[dependencies]
capnp = { version = "0.19.0", path = "../capnp" }
capnp = { version = "0.20.0-alpha", path = "../capnp" }

[dependencies.futures]
version = "0.3.0"
Expand All @@ -25,7 +25,7 @@ default-features = false
features = ["executor"]

[dev-dependencies]
capnp = { version = "0.19.0", path = "../capnp", features = ["quickcheck"] }
capnp = { version = "0.20.0-alpha", path = "../capnp", features = ["quickcheck"] }
quickcheck = "1"

[lints]
Expand Down
6 changes: 3 additions & 3 deletions capnp-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp-rpc"
version = "0.19.5"
version = "0.20.0-alpha"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "implementation of the Cap'n Proto remote procedure call protocol"
Expand All @@ -19,8 +19,8 @@ default-features = false
features = ["std"]

[dependencies]
capnp-futures = { version = "0.19.0", path = "../capnp-futures" }
capnp = {version = "0.19.7", path = "../capnp"}
capnp-futures = { version = "0.20.0-alpha", path = "../capnp-futures" }
capnp = {version = "0.20.0-alpha", path = "../capnp"}

#[lints]
#workspace = true
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp"
version = "0.19.7"
version = "0.20.0-alpha"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
Expand Down
4 changes: 2 additions & 2 deletions capnpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnpc"
version = "0.19.0"
version = "0.20.0-alpha"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "Cap'n Proto code generation"
Expand All @@ -25,7 +25,7 @@ path = "src/capnpc-rust-bootstrap.rs"


[dependencies.capnp]
version = "0.19.0"
version = "0.20.0-alpha"
path = "../capnp"

[lints]
Expand Down

0 comments on commit d2dfc54

Please sign in to comment.