Skip to content

Commit

Permalink
fix: make dependency more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Dec 13, 2024
1 parent 1033cb0 commit 1d0c53f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/wasm_client_solana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
async-trait = { workspace = true }
async-tungstenite = { version = "0.28.1", features = ["futures-03-sink"] }
async-tungstenite = { version = "0.28", features = ["futures-03-sink"] }
base64 = { workspace = true }
bincode = { workspace = true }
bs58 = { workspace = true }
Expand Down

0 comments on commit 1d0c53f

Please sign in to comment.