Skip to content

Commit 5a26344

Browse files
Add rust-version to Cargo.toml
1 parent 3dd5755 commit 5a26344

File tree

16 files changed

+18
-1
lines changed

16 files changed

+18
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ members = [
1818
"webrtc",
1919
]
2020

21+
[workspace.package]
22+
rust-version = "1.57.0"
23+
2124
[profile.dev]
2225
opt-level = 0

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.5.0"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2018"
66
description = "A pure Rust implementation of WebRTC DataChannel API"
7-
license = "MIT/Apache-2.0"
87
documentation = "https://docs.rs/webrtc-data"
98
homepage = "https://webrtc.rs"
109
repository = "https://github.com/webrtc-rs/data"
10+
rust-version.workspace = true
1111

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

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.workspace = true
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.workspace = true
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.workspace = true
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.workspace = true
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.workspace = true
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.workspace = true
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.workspace = true
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.workspace = true
1112

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

0 commit comments

Comments
 (0)