Skip to content

Commit

Permalink
1.18-patching: bump spl-token to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jul 11, 2024
1 parent 55162ae commit d3f8814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions token/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-token"
version = "4.0.2"
version = "4.0.3"
description = "Solana Program Library Token"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand All @@ -18,15 +18,15 @@ bytemuck = "1.16.1"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
solana-program = ">=1.18.11,<=2"
solana-program = "1.18.11"
thiserror = "1.0"

[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.5"
serial_test = "3.1.1"
solana-program-test = ">=1.18.11,<=2"
solana-sdk = ">=1.18.11,<=2"
solana-program-test = "1.18.11"
solana-sdk = "1.18.11"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit d3f8814

Please sign in to comment.