Skip to content

Commit 8315d00

Browse files
Add rust-version
1 parent 980753f commit 8315d00

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

data/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-data"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/data"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

dtls/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-dtls"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/dtls"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

examples/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/examples"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/examples"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

ice/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-ice"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/ice"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

interceptor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/interceptor"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/interceptor"
11+
rust-version = "1.57.0"
1112

1213
[dependencies]
1314
util = { version = "0.6.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }

mdns/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-mdns"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/mdns"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

media/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-media"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/media"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

rtcp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtcp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtcp"
11+
rust-version = "1.57.0"
1112

1213
[dependencies]
1314
util = { version = "0.6.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] }

rtp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/rtp"
11+
rust-version = "1.57.0"
1112

1213
[dependencies]
1314
util = { version = "0.6.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] }

sctp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-sctp"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/sctp"
11+
rust-version = "1.57.0"
1112

1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314

0 commit comments

Comments
 (0)