Skip to content

Commit 61c5896

Browse files
committed
update editions to 2021
1 parent c79ad16 commit 61c5896

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

async-byte-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
description = "Helper library for writing async tests"
66

77
repository = "https://github.com/dwrensha/capnproto-rust"
8-
edition = "2018"
8+
edition = "2021"
99

1010
[dependencies.futures]
1111
version = "0.3.0"

capnp-futures/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "capnp-futures-test"
44
version = "0.0.0"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
build = "build.rs"
7-
edition = "2018"
7+
edition = "2021"
88

99
[lib]
1010

capnp-rpc/examples/calculator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "calculator"
44
version = "0.0.0"
55
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
66
build = "build.rs"
7-
edition = "2018"
7+
edition = "2021"
88

99
[[bin]]
1010

capnp-rpc/examples/hello-world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "hello-world"
44
version = "0.0.0"
55
authors = [ "Mostafa Sedaghat Joo <mostafa.sedaghat@gmail.com>" ]
6-
edition = "2018"
6+
edition = "2021"
77

88
build = "build.rs"
99

capnp-rpc/examples/pubsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pubsub"
33
version = "0.1.0"
44
authors = ["David Renshaw <david@sandstorm.io>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
build = "build.rs"
88

capnp-rpc/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "capnp-rpc-test"
44
version = "0.0.0"
55
authors = [ "David Renshaw <dwrenshaw@sandstorm.io>" ]
66
build = "build.rs"
7-
edition = "2018"
7+
edition = "2021"
88

99
[lib]
1010

capnp/fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.1"
55
authors = ["Automatically generated"]
66
publish = false
77
build = "build.rs"
8-
edition = "2018"
8+
edition = "2021"
99

1010
[package.metadata]
1111
cargo-fuzz = true

0 commit comments

Comments
 (0)