Skip to content

Commit 11edc4b

Browse files
committed
fix for market indexes
1 parent bc209fd commit 11edc4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

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.2.4"
3+
version = "1.2.5"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)