From 33fc7dbf4d772392869c9bf916c91e4ad7ce865d Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:37:07 -0800 Subject: [PATCH] chore: Release mpl-token-auth-rules version 1.5.0 --- programs/token-auth-rules/Cargo.lock | 4 ++-- programs/token-auth-rules/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/token-auth-rules/Cargo.lock b/programs/token-auth-rules/Cargo.lock index 76e42533..619ebdb0 100644 --- a/programs/token-auth-rules/Cargo.lock +++ b/programs/token-auth-rules/Cargo.lock @@ -2118,10 +2118,10 @@ dependencies = [ [[package]] name = "mpl-token-auth-rules" -version = "1.4.3" +version = "1.5.0" dependencies = [ "assert_matches", - "borsh 0.10.3", + "borsh 0.9.3", "bytemuck", "mpl-token-metadata-context-derive", "num-derive 0.3.3", diff --git a/programs/token-auth-rules/Cargo.toml b/programs/token-auth-rules/Cargo.toml index 173720ba..4b40731a 100644 --- a/programs/token-auth-rules/Cargo.toml +++ b/programs/token-auth-rules/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpl-token-auth-rules" -version = "1.4.3" +version = "1.5.0" description = "MPL Token Authorization Rules that can be used to restrict common token operations" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-token-auth-rules.git"