Browse Source

Bump SPL crate versions (#6221)

* Update associated-token-account version to 2.3.1

* Update discriminator version to 0.1.1

* Update discriminator-derive version to 0.1.2

* Update discriminator-syn version to 0.1.2

* Update instruction-padding version to 0.1.1

* Update memo version to 4.0.1

* Update pod version to 0.1.1

* Update program-error version to 0.3.1

* Update program-error-derive version to 0.3.2

* Update tlv-account-resolution version to 0.5.2

* Update token version to 4.0.1

* Cargo.lock

* Update token-group-interface version to 0.1.1

* Update token-metadata-interface version to 0.2.1

* Update transfer-hook-interface version to 0.5.1

* Update type-length-value version to 0.3.1

* Cargo.lock

* Remove extraneous whitespace
Will Hickey 1 year ago
parent
commit
afaa8e1c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "spl-token"
-version = "4.0.0"
+version = "4.0.1"
 description = "Solana Program Library Token"
 authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
 repository = "https://github.com/solana-labs/solana-program-library"