Skip to content

Commit 45ce188

Browse files
authored
fix for pyth lazer oracles (#106)
* Fix for pyth lazer oracles * Fix for Ws reconnections
1 parent 21b30ec commit 45ce188

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "drift-gateway"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55

66
[dependencies]
77
actix-web = "*"
88
argh = "*"
9-
drift-rs = { git = "https://github.com/drift-labs/drift-rs", tag = "v1.0.0-alpha.7" }
9+
drift-rs = { git = "https://github.com/drift-labs/drift-rs", rev = "709b206" }
1010
env_logger = "*"
1111
futures-util = "*"
1212
log = "*"

0 commit comments

Comments
 (0)