Skip to content

Commit

Permalink
chore: move to Rust edition 2021 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Nov 25, 2023
1 parent b2528d8 commit e0b0f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["yamux", "test-harness"]
resolver = "2"
2 changes: 1 addition & 1 deletion test-harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-harness"
version = "0.1.0"
edition = "2018"
edition = "2021"
publish = false

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion yamux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Multiplexer over reliable, ordered connections"
keywords = ["network", "protocol"]
categories = ["network-programming"]
repository = "https://github.com/paritytech/yamux"
edition = "2018"
edition = "2021"

[dependencies]
futures = { version = "0.3.12", default-features = false, features = ["std"] }
Expand Down

0 comments on commit e0b0f49

Please sign in to comment.