github-actions[bot] 3 сар өмнө
parent
commit
250da0e21a
2 өөрчлөгдсөн 10 нэмэгдсэн , 10 устгасан
  1. 9 9
      Cargo.lock
  2. 1 1
      interface/Cargo.toml

+ 9 - 9
Cargo.lock

@@ -6976,7 +6976,7 @@ dependencies = [
  "solana-program-test",
  "solana-sdk",
  "solana-system-interface",
- "spl-associated-token-account-interface 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "spl-associated-token-account-interface 1.0.0",
  "spl-token",
  "spl-token-2022",
  "thiserror 2.0.12",
@@ -6985,22 +6985,22 @@ dependencies = [
 [[package]]
 name = "spl-associated-token-account-interface"
 version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5e6bbe0794e532ac08428d3abf5bf8ae75bd81dfddd785c388e326c00c92c6f5"
 dependencies = [
  "borsh 1.5.7",
- "solana-instruction 3.0.0",
- "solana-pubkey 3.0.0",
- "solana-sdk-ids 3.0.0",
+ "solana-instruction 2.3.0",
+ "solana-pubkey 2.4.0",
 ]
 
 [[package]]
 name = "spl-associated-token-account-interface"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e6bbe0794e532ac08428d3abf5bf8ae75bd81dfddd785c388e326c00c92c6f5"
+version = "2.0.0"
 dependencies = [
  "borsh 1.5.7",
- "solana-instruction 2.3.0",
- "solana-pubkey 2.4.0",
+ "solana-instruction 3.0.0",
+ "solana-pubkey 3.0.0",
+ "solana-sdk-ids 3.0.0",
 ]
 
 [[package]]

+ 1 - 1
interface/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "spl-associated-token-account-interface"
-version = "1.0.0"
+version = "2.0.0"
 description = "Solana Program Library Associated Token Account Interface"
 authors = ["Anza Maintainers <maintainers@anza.xyz>"]
 repository = "https://github.com/solana-program/associated-token-account"