Skip to content

Commit e215e90

Browse files
committed
update rust-version: 1.60.0 ==> 1.63.0
1 parent 0e72c40 commit e215e90

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

constraints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/webrtc-constraints"
99
homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/constraints"
11-
rust-version = "1.60.0"
11+
rust-version = "1.63.0"
1212

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

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

1313
[dependencies]
1414
util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }

mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

media/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

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

rtcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

1313
[dependencies]
1414
util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] }

rtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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.60.0"
11+
rust-version = "1.63.0"
1212

1313
[dependencies]
1414
util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }

0 commit comments

Comments
 (0)