Skip to content

Commit 6f06bdc

Browse files
committedJan 20, 2025·
bump version
1 parent b80c6c6 commit 6f06bdc

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed
 

‎Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ tracing = "0.1.37"
6262
tracing-appender = "0.2.2"
6363
tracing-subscriber = { version = "0.3.16", features = [ "env-filter" ] }
6464
trust-dns-resolver = "0.22.0"
65-
tx5-connection = { version = "0.1.5-beta", default-features = false, path = "crates/tx5-connection" }
66-
tx5-core = { version = "0.1.5-beta", default-features = false, path = "crates/tx5-core" }
67-
tx5-go-pion-turn = { version = "0.1.5-beta", path = "crates/tx5-go-pion-turn" }
68-
tx5-go-pion-sys = { version = "0.1.5-beta", path = "crates/tx5-go-pion-sys" }
69-
tx5-go-pion = { version = "0.1.5-beta", path = "crates/tx5-go-pion" }
70-
tx5-signal = { version = "0.1.5-beta", path = "crates/tx5-signal" }
71-
tx5 = { version = "0.1.5-beta", path = "crates/tx5" }
65+
tx5-connection = { version = "0.2.0-beta", default-features = false, path = "crates/tx5-connection" }
66+
tx5-core = { version = "0.2.0-beta", default-features = false, path = "crates/tx5-core" }
67+
tx5-go-pion-turn = { version = "0.2.0-beta", path = "crates/tx5-go-pion-turn" }
68+
tx5-go-pion-sys = { version = "0.2.0-beta", path = "crates/tx5-go-pion-sys" }
69+
tx5-go-pion = { version = "0.2.0-beta", path = "crates/tx5-go-pion" }
70+
tx5-signal = { version = "0.2.0-beta", path = "crates/tx5-signal" }
71+
tx5 = { version = "0.2.0-beta", path = "crates/tx5" }
7272
url = { version = "2.3.1", features = [ "serde" ] }
7373
warp = { version = "0.3.4", features = [ "websocket" ] }
7474
webpki-roots = { version = "0.23.0" }

‎crates/tx5-connection/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-connection"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
description = "holochain webrtc connection"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/tx5"

‎crates/tx5-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-core"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Holochain WebRTC P2P Communication Ecosystem Core Types"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-demo"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Demo crate showing off Tx5 WebRTC functionality"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-go-pion-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-go-pion-sys"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Low level rust bindings to the go pion webrtc library"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-go-pion-turn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-go-pion-turn"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Rust process wrapper around tx5-go-pion-turn executable"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-go-pion/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-go-pion"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Rust bindings to the go pion webrtc library"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-online/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-online"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "Holochain WebRTC P2P Communication Ecosystem Online Connectivity Events"
66
license = "MIT OR Apache-2.0"

‎crates/tx5-signal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5-signal"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
description = "holochain webrtc signal client"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/tx5"

‎crates/tx5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tx5"
3-
version = "0.1.5-beta"
3+
version = "0.2.0-beta"
44
edition = "2021"
55
description = "The main holochain tx5 webrtc networking crate"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.