Skip to content

Commit

Permalink
chore: token - bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Feb 11, 2021
1 parent 188c03e commit 2316b60
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test-bpf = []

[dependencies]
solana-program = "1.5.6"
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token = { version = "3.1", path = "../../token/program", features = ["no-entrypoint"] }

[dev-dependencies]
solana-program-test = "1.5.6"
Expand Down
2 changes: 1 addition & 1 deletion feature-proposal/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-bpf = []
borsh = "0.7.1"
borsh-derive = "0.7.1"
solana-program = "1.5.6"
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token = { version = "3.1", path = "../../token/program", features = ["no-entrypoint"] }


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.5.6"
spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-token = { version = "3.1", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
arbitrary = { version = "0.4", features = ["derive"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ honggfuzz = { version = "0.5.52" }
arbitrary = { version = "0.4", features = ["derive"] }
solana-program = "1.5.6"
spl-math = { version = "0.1", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "3.0", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-token = { version = "3.1", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-token-swap = { path = "..", features = ["fuzz", "no-entrypoint"] }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ solana-client = "1.5.6"
solana-logger = "1.5.6"
solana-remote-wallet = "1.5.6"
solana-sdk = "1.5.6"
spl-token = { version = "3.0", path="../program", features = [ "no-entrypoint" ] }
spl-token = { version = "3.1", path="../program", features = [ "no-entrypoint" ] }
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-token"
version = "3.0.1"
version = "3.1.0"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down

0 comments on commit 2316b60

Please sign in to comment.