mirror of
https://github.com/tlsnotary/rust-yamux.git
synced 2026-01-09 21:08:04 -05:00
chore: move to Rust edition 2021 (#180)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
[workspace]
|
||||
members = ["yamux", "test-harness"]
|
||||
resolver = "2"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "test-harness"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user