Skip to content

Commit 3bad702

Browse files
authored
Upgrade to 2021 edition (#99)
1 parent af904a0 commit 3bad702

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"async-stream",
45
"async-stream-impl",

async-stream-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-stream-impl"
33
version = "0.3.5"
4-
edition = "2018"
4+
edition = "2021"
55
rust-version = "1.56"
66
license = "MIT"
77
authors = ["Carl Lerche <me@carllerche.com>"]

async-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "async-stream"
44
# - Update CHANGELOG.md
55
# - Create git tag
66
version = "0.3.5"
7-
edition = "2018"
7+
edition = "2021"
88
rust-version = "1.56"
99
license = "MIT"
1010
authors = ["Carl Lerche <me@carllerche.com>"]

async-stream/tests/reexporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "reexporter"
33
version = "0.0.0"
44
authors = []
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

async-stream/tests/test-reexport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "test-reexport"
33
version = "0.0.0"
44
authors = []
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

0 commit comments

Comments
 (0)