diff --git a/Cargo.lock b/Cargo.lock index 643ed4c..6faa401 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2824,7 +2824,7 @@ dependencies = [ [[package]] name = "tx5" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "base64 0.22.1", "criterion", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "tx5-connection" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "bit_field", "futures", @@ -2859,7 +2859,7 @@ dependencies = [ [[package]] name = "tx5-core" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "app_dirs2", "base64 0.22.1", @@ -2876,7 +2876,7 @@ dependencies = [ [[package]] name = "tx5-demo" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "base64 0.22.1", "bytes", @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "tx5-go-pion" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "futures", "parking_lot", @@ -2913,7 +2913,7 @@ dependencies = [ [[package]] name = "tx5-go-pion-sys" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "Inflector", "base64 0.22.1", @@ -2931,7 +2931,7 @@ dependencies = [ [[package]] name = "tx5-go-pion-turn" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "base64 0.22.1", "dirs", @@ -2948,7 +2948,7 @@ dependencies = [ [[package]] name = "tx5-online" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "once_cell", "rand", @@ -2959,7 +2959,7 @@ dependencies = [ [[package]] name = "tx5-signal" -version = "0.1.1-beta" +version = "0.1.2-beta" dependencies = [ "rand", "sbd-e2e-crypto-client", diff --git a/Cargo.toml b/Cargo.toml index 031a74d..ee94ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,13 +60,13 @@ tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.16", features = [ "env-filter" ] } trust-dns-resolver = "0.22.0" -tx5-connection = { version = "0.1.1-beta", default-features = false, path = "crates/tx5-connection" } -tx5-core = { version = "0.1.1-beta", default-features = false, path = "crates/tx5-core" } -tx5-go-pion-turn = { version = "0.1.1-beta", path = "crates/tx5-go-pion-turn" } -tx5-go-pion-sys = { version = "0.1.1-beta", path = "crates/tx5-go-pion-sys" } -tx5-go-pion = { version = "0.1.1-beta", path = "crates/tx5-go-pion" } -tx5-signal = { version = "0.1.1-beta", path = "crates/tx5-signal" } -tx5 = { version = "0.1.1-beta", path = "crates/tx5" } +tx5-connection = { version = "0.1.2-beta", default-features = false, path = "crates/tx5-connection" } +tx5-core = { version = "0.1.2-beta", default-features = false, path = "crates/tx5-core" } +tx5-go-pion-turn = { version = "0.1.2-beta", path = "crates/tx5-go-pion-turn" } +tx5-go-pion-sys = { version = "0.1.2-beta", path = "crates/tx5-go-pion-sys" } +tx5-go-pion = { version = "0.1.2-beta", path = "crates/tx5-go-pion" } +tx5-signal = { version = "0.1.2-beta", path = "crates/tx5-signal" } +tx5 = { version = "0.1.2-beta", path = "crates/tx5" } url = { version = "2.3.1", features = [ "serde" ] } warp = { version = "0.3.4", features = [ "websocket" ] } webpki-roots = { version = "0.23.0" } diff --git a/crates/tx5-connection/Cargo.toml b/crates/tx5-connection/Cargo.toml index 19af325..74f6aad 100644 --- a/crates/tx5-connection/Cargo.toml +++ b/crates/tx5-connection/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-connection" -version = "0.1.1-beta" +version = "0.1.2-beta" description = "holochain webrtc connection" license = "MIT OR Apache-2.0" homepage = "https://github.com/holochain/tx5" diff --git a/crates/tx5-core/Cargo.toml b/crates/tx5-core/Cargo.toml index 42811b8..66f8664 100644 --- a/crates/tx5-core/Cargo.toml +++ b/crates/tx5-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-core" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Holochain WebRTC P2P Communication Ecosystem Core Types" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-demo/Cargo.toml b/crates/tx5-demo/Cargo.toml index 47a4a93..220c5b0 100644 --- a/crates/tx5-demo/Cargo.toml +++ b/crates/tx5-demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-demo" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Demo crate showing off Tx5 WebRTC functionality" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-go-pion-sys/Cargo.toml b/crates/tx5-go-pion-sys/Cargo.toml index b1d9b18..c5af251 100644 --- a/crates/tx5-go-pion-sys/Cargo.toml +++ b/crates/tx5-go-pion-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-go-pion-sys" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Low level rust bindings to the go pion webrtc library" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-go-pion-turn/Cargo.toml b/crates/tx5-go-pion-turn/Cargo.toml index e24d878..f271a6f 100644 --- a/crates/tx5-go-pion-turn/Cargo.toml +++ b/crates/tx5-go-pion-turn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-go-pion-turn" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Rust process wrapper around tx5-go-pion-turn executable" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-go-pion/Cargo.toml b/crates/tx5-go-pion/Cargo.toml index 92dc21b..76c759e 100644 --- a/crates/tx5-go-pion/Cargo.toml +++ b/crates/tx5-go-pion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-go-pion" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Rust bindings to the go pion webrtc library" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-online/Cargo.toml b/crates/tx5-online/Cargo.toml index a20e2c1..deae3da 100644 --- a/crates/tx5-online/Cargo.toml +++ b/crates/tx5-online/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-online" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "Holochain WebRTC P2P Communication Ecosystem Online Connectivity Events" license = "MIT OR Apache-2.0" diff --git a/crates/tx5-signal/Cargo.toml b/crates/tx5-signal/Cargo.toml index 97b0fbf..6bb3f81 100644 --- a/crates/tx5-signal/Cargo.toml +++ b/crates/tx5-signal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5-signal" -version = "0.1.1-beta" +version = "0.1.2-beta" description = "holochain webrtc signal client" license = "MIT OR Apache-2.0" homepage = "https://github.com/holochain/tx5" diff --git a/crates/tx5/Cargo.toml b/crates/tx5/Cargo.toml index d8e98b9..ec64912 100644 --- a/crates/tx5/Cargo.toml +++ b/crates/tx5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tx5" -version = "0.1.1-beta" +version = "0.1.2-beta" edition = "2021" description = "The main holochain tx5 webrtc networking crate" license = "MIT OR Apache-2.0"