Skip to content

Commit

Permalink
revert: "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 1d0c53f commit 15d1035
Showing 1 changed file with 1 addition and 1 deletion.
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", features = ["futures-03-sink"] }
async-tungstenite = { version = "0.28.1", features = ["futures-03-sink"] }
base64 = { workspace = true }
bincode = { workspace = true }
bs58 = { workspace = true }
Expand Down

0 comments on commit 15d1035

Please sign in to comment.