Skip to content

Commit 8b88b8f

Browse files
authored
Merge pull request #79 from drift-labs/master
mainnet-beta ship
2 parents dbc6f82 + bea868d commit 8b88b8f

File tree

5 files changed

+448
-59
lines changed

5 files changed

+448
-59
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ base64 = "0.22.1"
2525
clap = { version = "4.0", features = ["derive"] }
2626
dashmap = "6.1.0"
2727
dotenv = "0.15.0"
28-
drift-rs = { git = "https://github.com/drift-labs/drift-rs.git" , rev = "0f8e70ab" }
28+
drift-rs = { git = "https://github.com/drift-labs/drift-rs.git" , rev = "f4f71a9" }
2929
ed25519-dalek = "1.0.1"
3030
env_logger = "0.11"
3131
faster-hex = "0.10.0"

src/confirmation_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ mod tests {
227227
use futures_util::FutureExt;
228228
use redis::{
229229
aio::{ConnectionLike, MultiplexedConnection},
230-
RedisError, RedisFuture,
230+
RedisFuture,
231231
};
232232

233233
use super::*;

0 commit comments

Comments
 (0)