Skip to content

Commit f1ab353

Browse files
committed
update deps
1 parent 1d705ae commit f1ab353

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

programs/drift/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ num-integer = "0.1.44"
3434
num-traits = "0.2"
3535
arrayref = "0.3.6"
3636
base64 = "0.13.0"
37-
serum_dex = { git = "https://github.com/jordy25519/serum-dex", branch = "master", features = ["no-entrypoint"] }
37+
serum_dex = { git = "https://github.com/drift-labs/serum-dex", branch = "master", features = ["no-entrypoint"] }
3838
enumflags2 = "0.6.4"
3939
phoenix-v1 = { git = "https://github.com/jordy25519/phoenix-v1", branch = "master", features = ["no-entrypoint"] }
4040
solana-security-txt = "1.1.0"
4141
static_assertions = "1.1.0"
42-
drift-macros = { path = "../../../drift-macros" }
42+
drift-macros = { git = "https://github.com/drift-labs/drift-macros", rev = "92192a1" }
4343
switchboard = { path = "../switchboard", features = ["no-entrypoint"] }
4444
openbook-v2-light = { path = "../openbook_v2", features = ["no-entrypoint"] }
4545
switchboard-on-demand = { path = "../switchboard-on-demand", features = ["no-entrypoint"] }

0 commit comments

Comments
 (0)