Skip to content

Commit 7ec5d5d

Browse files
committed
update examples
1 parent 82c60ec commit 7ec5d5d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "examples"
3-
version = "0.5.0"
4-
authors = ["Rain Liu <yliu@webrtc.rs>"]
5-
edition = "2021"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
66
description = "Examples of WebRTC.rs stack"
7-
license = "MIT OR Apache-2.0"
7+
license.workspace = true
88
documentation = "https://docs.rs/examples"
9-
homepage = "https://webrtc.rs"
9+
homepage.workspace = true
1010
repository = "https://github.com/webrtc-rs/webrtc/tree/master/examples"
1111

1212
[dependencies]
@@ -19,7 +19,7 @@ tokio = { version = "1.32.0", features = ["full"] }
1919
env_logger = "0.11.3"
2020
clap = "3"
2121
hyper = { version = "0.14.27", features = ["full"] }
22-
signal = { version = "0.1.1", path = "examples/signal", package = "webrtc-signal" }
22+
signal = { version = "0.17.0", path = "examples/signal", package = "webrtc-signal" }
2323
tokio-util = { version = "0.7", features = ["codec"] }
2424
anyhow = "1"
2525
chrono = "0.4.28"

examples/examples/signal/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "webrtc-signal"
3-
version = "0.1.1"
4-
authors = ["Rain Liu <yliu@webrtc.rs>"]
5-
edition = "2021"
3+
version.workspace = true
4+
authors.workspace = true
5+
edition.workspace = true
66
description = "Examples of WebRTC.rs stack"
7-
license = "MIT OR Apache-2.0"
7+
license.workspace = true
88
documentation = "https://docs.rs/examples"
9-
homepage = "https://webrtc.rs"
9+
homepage.workspace = true
1010
repository = "https://github.com/webrtc-rs/webrtc/tree/master/examples"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)