Skip to content

Commit

Permalink
feat: allow solana-* v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphersnake committed Oct 17, 2023
1 parent 965b608 commit 7e466ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion programs/token-metadata/Cargo.lock

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

8 changes: 4 additions & 4 deletions programs/token-metadata/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "token_metadata"
version = "1.13.3"
version = "1.13.3-debridge.0"
description = "Metaplex Metadata"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
Expand All @@ -24,7 +24,7 @@ num-traits = "0.2"
serde = { version = "1.0.149", optional = true }
serde_with = { version = "1.14.0", optional = true }
shank = "0.2.0"
solana-program = ">= 1.14.13, < 1.17"
solana-program = ">= 1.14.13, <= 1.17"
spl-token = { version = ">= 3.5.0, < 5.0", features = ["no-entrypoint"] }
spl-associated-token-account = { version = ">= 1.1.3, < 3.0", features = ["no-entrypoint"] }
thiserror = "1.0"
Expand All @@ -34,8 +34,8 @@ async-trait = "0.1.64"
rmp-serde = "1.1.1"
rooster = { git = "https://github.com/metaplex-foundation/rooster", features = ["no-entrypoint"] }
serde = { version = "1.0.147", features = ["derive"] }
solana-program-test = ">= 1.14.13, < 1.17"
solana-sdk = ">= 1.14.13, < 1.17"
solana-program-test = ">= 1.14.13, <= 1.17"
solana-sdk = ">= 1.14.13, <= 1.17"

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

0 comments on commit 7e466ab

Please sign in to comment.