Skip to content

Commit

Permalink
Upgrade to 2021 edition (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jun 11, 2023
1 parent af904a0 commit 3bad702
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"async-stream",
"async-stream-impl",
Expand Down
2 changes: 1 addition & 1 deletion async-stream-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-stream-impl"
version = "0.3.5"
edition = "2018"
edition = "2021"
rust-version = "1.56"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
Expand Down
2 changes: 1 addition & 1 deletion async-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "async-stream"
# - Update CHANGELOG.md
# - Create git tag
version = "0.3.5"
edition = "2018"
edition = "2021"
rust-version = "1.56"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
Expand Down
2 changes: 1 addition & 1 deletion async-stream/tests/reexporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "reexporter"
version = "0.0.0"
authors = []
edition = "2018"
edition = "2021"
publish = false

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion async-stream/tests/test-reexport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "test-reexport"
version = "0.0.0"
authors = []
edition = "2018"
edition = "2021"
publish = false

[dependencies]
Expand Down

0 comments on commit 3bad702

Please sign in to comment.