Skip to content

Commit 2900d2b

Browse files
authored
anchor 32 (part 2) (#2025)
* weow it compiels * update deps
1 parent aed98e1 commit 2900d2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+6325
-5371
lines changed

Cargo.lock

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

programs/drift/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ pyth-lazer-solana-contract = { git = "https://github.com/jordy25519/pyth-crossch
2727
pythnet-sdk = { git = "https://github.com/jordy25519/pyth-crosschain", branch = "master"}
2828
pyth-solana-receiver-sdk = { git = "https://github.com/jordy25519/pyth-crosschain", branch = "master"}
2929
bytemuck = { version = "1.4.0" }
30-
borsh = "0.10.3"
30+
borsh = "0.10.4"
3131
hex = "0.4.3"
3232
uint = { version = "0.9.1", default-features = false }
3333
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 = { git = "https://github.com/drift-labs/drift-macros.git", rev = "c57d87" }
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)