diff --git a/clients/rust/Cargo.lock b/clients/rust/Cargo.lock index ab01873b..1b49fe1d 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -2163,7 +2163,7 @@ dependencies = [ [[package]] name = "mpl-token-metadata" -version = "5.0.0-beta.0" +version = "5.1.0" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 029d2826..1a4dc486 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -6,7 +6,7 @@ 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" +version = "5.1.0" [lib] crate-type = ["cdylib", "lib"]