Skip to content

Commit

Permalink
Bumping to beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Sep 11, 2024
1 parent bedda26 commit d88d7d0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 203 deletions.
221 changes: 25 additions & 196 deletions clients/rust/Cargo.lock

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

16 changes: 9 additions & 7 deletions clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "mpl-token-metadata"
version = "4.1.2"
description = "Metaplex Token Metadata SDK"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/mpl-token-metadata"
license-file = "../../LICENSE"
description = "Metaplex Token Metadata SDK"
edition = "2021"
license-file = "../../LICENSE"
name = "mpl-token-metadata"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/mpl-token-metadata"
version = "5.0.0-beta.0"

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

[features]
test-sbf = []
serde = ["dep:serde", "dep:serde_with"]
test-sbf = []

[dependencies]
borsh = ">= 0.9, < 1.0"
Expand All @@ -28,7 +28,9 @@ thiserror = "^1.0"
assert_matches = "1.5.0"
solana-program-test = ">=1.14"
solana-sdk = ">=1.14"
spl-associated-token-account = { version = ">= 1.1.3", features = [
"no-entrypoint",
] }
spl-token = { version = ">= 3.5.0", features = ["no-entrypoint"] }
spl-token-2022 = { version = ">=0.8.0", features = ["no-entrypoint"] }
spl-associated-token-account = { version = ">= 1.1.3", features = ["no-entrypoint"] }
test-case = "3.1.0"

0 comments on commit d88d7d0

Please sign in to comment.