Skip to content

Commit 60274b6

Browse files
committed
bump lazer client protocol verison too
1 parent ce53db8 commit 60274b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/sdk/rust/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Rust client for Pyth Lazer"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
pyth-lazer-protocol = { path = "../protocol", version = "0.10.1" }
9+
pyth-lazer-protocol = { path = "../protocol", version = "0.10.2" }
1010
tokio = { version = "1", features = ["full"] }
1111
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
1212
futures-util = "0.3"

0 commit comments

Comments
 (0)