From da096b25b130f548efb27b0c1cc5063f1bbcc00f Mon Sep 17 00:00:00 2001 From: abishekk92 Date: Mon, 3 Apr 2023 18:27:58 +0530 Subject: [PATCH] Bump gpl-core version --- Cargo.lock | 2 +- programs/gpl_compression/Cargo.toml | 2 +- programs/gpl_core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 888168b..486d4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "gpl-core" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anchor-lang", "gpl-session", diff --git a/programs/gpl_compression/Cargo.toml b/programs/gpl_compression/Cargo.toml index 956cbf5..71e7895 100644 --- a/programs/gpl_compression/Cargo.toml +++ b/programs/gpl_compression/Cargo.toml @@ -17,6 +17,6 @@ default = [] [dependencies] anchor-lang = "0.26.0" -gpl-core = { version = "0.1.0", path = "../gpl_core", features = ["cpi"] } +gpl-core = { version = "1.0.0", path = "../gpl_core", features = ["cpi"] } solana-security-txt = "1.1.0" spl-account-compression = {version = "0.1.7", features = ["cpi"]} diff --git a/programs/gpl_core/Cargo.toml b/programs/gpl_core/Cargo.toml index bc2e61f..fc2e82f 100644 --- a/programs/gpl_core/Cargo.toml +++ b/programs/gpl_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpl-core" -version = "0.1.0" +version = "1.0.0" description = "Gum Protocol Core" edition = "2021"