Skip to content

Commit

Permalink
chore(cli/deps): temporarily add tower dependency to fix compile erro…
Browse files Browse the repository at this point in the history
…r without --locked (#11136)
  • Loading branch information
FabianLars authored Sep 25, 2024
1 parent a944b9b commit 2a654fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ path = "src/main.rs"
cargo-mobile2 = { version = "0.17.2", default-features = false }

[dependencies]
# temporary until https://github.com/paritytech/jsonrpsee/pull/1464 is released
tower = { version = "0.4", default-features = false, features = ["util"] }
jsonrpsee = { version = "0.24", features = ["server"] }
jsonrpsee-core = "0.24"
jsonrpsee-client-transport = { version = "0.24", features = ["ws"] }
Expand Down

0 comments on commit 2a654fd

Please sign in to comment.