Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Lair keystore to 0.4.6 #107

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Inflector = "0.11.4"
influxive-otel-atomic-obs = "=0.0.2-alpha.1"
influxive-child-svc = "=0.0.2-alpha.1"
influxive = "=0.0.2-alpha.1"
lair_keystore_api = "=0.4.5"
lair_keystore_api = "=0.4.6"
libc = "0.2.141"
libloading = "0.8.0"
once_cell = "1.17.1"
Expand Down Expand Up @@ -58,13 +58,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-core = { version = "0.0.14-alpha", default-features = false, path = "crates/tx5-core" }
tx5-go-pion-turn = { version = "0.0.14-alpha", path = "crates/tx5-go-pion-turn" }
tx5-go-pion-sys = { version = "0.0.14-alpha", path = "crates/tx5-go-pion-sys" }
tx5-go-pion = { version = "0.0.14-alpha", path = "crates/tx5-go-pion" }
tx5-signal-srv = { version = "0.0.14-alpha", path = "crates/tx5-signal-srv" }
tx5-signal = { version = "0.0.14-alpha", path = "crates/tx5-signal" }
tx5 = { version = "0.0.14-alpha", path = "crates/tx5" }
tx5-core = { version = "0.0.15-alpha", default-features = false, path = "crates/tx5-core" }
tx5-go-pion-turn = { version = "0.0.15-alpha", path = "crates/tx5-go-pion-turn" }
tx5-go-pion-sys = { version = "0.0.15-alpha", path = "crates/tx5-go-pion-sys" }
tx5-go-pion = { version = "0.0.15-alpha", path = "crates/tx5-go-pion" }
tx5-signal-srv = { version = "0.0.15-alpha", path = "crates/tx5-signal-srv" }
tx5-signal = { version = "0.0.15-alpha", path = "crates/tx5-signal" }
tx5 = { version = "0.0.15-alpha", 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-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-core"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "Holochain WebRTC P2P Communication Ecosystem Core Types"
license = "MIT OR Apache-2.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.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "Demo crate showing off Tx5 WebRTC functionality"
license = "MIT OR Apache-2.0"
Expand Down
5 changes: 4 additions & 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.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "Low level rust bindings to the go pion webrtc library"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -47,3 +47,6 @@ force_dynamic_link = []
# forces the code to run through the static linking process
# even if that may not be supported by the target platform
force_static_link = []

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(link_dynamic)', 'cfg(link_static)'] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, already ran into this same funky clippy behavior on Holochain so it's an easy fix

From what I've read, they're going to give us cleaner ways of expressing custom cfgs at some point

2 changes: 1 addition & 1 deletion crates/tx5-go-pion-turn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-go-pion-turn"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "Rust process wrapper around tx5-go-pion-turn executable"
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.14-alpha"
version = "0.0.15-alpha"
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-online/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-online"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "Holochain WebRTC P2P Communication Ecosystem Online Connectivity Events"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-signal-srv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-signal-srv"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
description = "holochain webrtc signal server"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/holochain/tx5"
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-signal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tx5-signal"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
description = "holochain webrtc signal client"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/holochain/tx5"
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.14-alpha"
version = "0.0.15-alpha"
edition = "2021"
description = "The main holochain tx5 webrtc networking crate"
license = "MIT OR Apache-2.0"
Expand Down
Loading