Skip to content

Commit a9a8e5d

Browse files
chore: use protocol=0.4.2 (#2328)
1 parent 49d3887 commit a9a8e5d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

lazer/Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazer/sdk/rust/client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pyth-lazer-client"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "A Rust client for Pyth Lazer"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
pyth-lazer-protocol = "0.4.1"
9+
pyth-lazer-protocol = "0.4.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)