|
@@ -2,7 +2,7 @@
|
|
|
name = "anchor-spl"
|
|
|
version = "0.25.0"
|
|
|
authors = ["Serum Foundation <foundation@projectserum.com>"]
|
|
|
-rust-version = "1.62"
|
|
|
+rust-version = "1.59"
|
|
|
edition = "2021"
|
|
|
license = "Apache-2.0"
|
|
|
description = "CPI clients for SPL programs"
|
|
@@ -23,7 +23,7 @@ dex = ["serum_dex"]
|
|
|
anchor-lang = { path = "../lang", version = "0.25.0", features = ["derive"] }
|
|
|
borsh = { version = "^0.9", optional = true }
|
|
|
serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true }
|
|
|
-solana-program = "1.13.3"
|
|
|
+solana-program = "1.13.5"
|
|
|
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.4.3", optional = true, features = ["no-entrypoint"] }
|