1.10.35 compatibility

This commit is contained in:
Riordan Panayides 2022-11-11 19:07:22 +00:00
parent b52f236146
commit e0116cc1f2
3 changed files with 4 additions and 4 deletions

View File

@ -22,6 +22,6 @@ dex = ["serum_dex"]
anchor-lang = { path = "../lang", version = "0.25.0", features = ["derive"] }
serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true }
solana-program = "~1.10.29"
spl-token = { version = "~3.3.0", features = ["no-entrypoint"], optional = true }
spl-associated-token-account = { version = "~1.0.3", features = ["no-entrypoint"], optional = true }
spl-token = { version = "~3.5.0", features = ["no-entrypoint"], optional = true }
spl-associated-token-account = { version = "~1.1.1", features = ["no-entrypoint"], optional = true }
mpl-token-metadata = { version = "1.2.7", optional = true, features = ["no-entrypoint"] }

View File

@ -19,7 +19,7 @@ test = []
[dependencies]
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
spl-token = { version = "~3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "~3.5.0", features = ["no-entrypoint"] }
swap = { path = "../../deps/swap/programs/swap", features = ["cpi"] }
serum_dex = { path = "../../deps/serum-dex/dex", features = ["no-entrypoint"] }
registry = { path = "../../deps/stake/programs/registry", features = ["cpi"] }

View File

@ -22,4 +22,4 @@ anchor-lang = { path = "../../../../lang" }
[dev-dependencies]
anchor-client = { path = "../../../../client", features = ["debug"] }
bytemuck = "1.4.0"
solana-program-test = "1.9.13"
solana-program-test = "1.10.35"