Skip to content

Commit

Permalink
fix for market indexes (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 authored Jan 20, 2025
1 parent bc209fd commit 2e2719c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "drift-gateway"
version = "1.2.4"
version = "1.2.5"
edition = "2021"

[dependencies]
actix-web = "*"
argh = "*"
drift-rs = { git = "https://github.com/drift-labs/drift-rs", rev = "b8ed3e458284469dcdd2218b7e5e909dc402f2d6" }
drift-rs = { git = "https://github.com/drift-labs/drift-rs", rev = "9e06e1b" }
env_logger = "*"
futures-util = "*"
log = "*"
Expand Down

0 comments on commit 2e2719c

Please sign in to comment.