Skip to content

Commit 980753f

Browse files
Revert "Add rust-version to Cargo.toml"
This reverts commit 5a26344. Turns out this was only added in Cargo version 1.64.0 so it breaks CI.
1 parent c526d2d commit 980753f

File tree

16 files changed

+1
-18
lines changed

16 files changed

+1
-18
lines changed

Cargo.toml

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

21-
[workspace.package]
22-
rust-version = "1.57.0"
23-
2421
[profile.dev]
2522
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"
78
documentation = "https://docs.rs/webrtc-data"
89
homepage = "https://webrtc.rs"
910
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

ice/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

interceptor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

mdns/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

media/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

rtcp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

rtp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

sctp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211

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

0 commit comments

Comments
 (0)