Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Aug 8, 2023
1 parent 87eac34 commit 11e9410
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ tracing-subscriber = { version = "0.3.16", features = [ "env-filter" ] }
trust-dns-resolver = "0.22.0"
tx5-core = { version = "0.0.1-alpha.7", default-features = false, path = "crates/tx5-core" }
tx5-go-pion-turn = { version = "0.0.1-alpha.7", path = "crates/tx5-go-pion-turn" }
tx5-go-pion-sys = { version = "0.0.1-alpha.12", path = "crates/tx5-go-pion-sys" }
tx5-go-pion = { version = "0.0.1-alpha.11", path = "crates/tx5-go-pion" }
tx5-go-pion-sys = { version = "0.0.1-alpha.13", path = "crates/tx5-go-pion-sys" }
tx5-go-pion = { version = "0.0.1-alpha.12", path = "crates/tx5-go-pion" }
tx5-signal-srv = { version = "0.0.1-alpha.9", path = "crates/tx5-signal-srv" }
tx5-signal = { version = "0.0.1-alpha.10", path = "crates/tx5-signal" }
tx5 = { version = "0.0.1-alpha.19", path = "crates/tx5" }
tx5 = { version = "0.0.1-alpha.20", path = "crates/tx5" }
url = { version = "2.3.1", features = [ "serde" ] }
warp = { version = "0.3.4", features = [ "websocket" ] }
webpki-roots = { version = "0.23.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-demo"
version = "0.0.1-alpha.19"
version = "0.0.1-alpha.20"
edition = "2021"
description = "Demo crate showing off Tx5 WebRTC functionality"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-go-pion-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-go-pion-sys"
version = "0.0.1-alpha.12"
version = "0.0.1-alpha.13"
edition = "2021"
description = "Low level rust bindings to the go pion webrtc library"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-go-pion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-go-pion"
version = "0.0.1-alpha.11"
version = "0.0.1-alpha.12"
edition = "2021"
description = "Rust bindings to the go pion webrtc library"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5"
version = "0.0.1-alpha.19"
version = "0.0.1-alpha.20"
edition = "2021"
description = "The main holochain tx5 webrtc networking crate"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 11e9410

Please sign in to comment.