From 3320bb438ffe5cefeba7d5fc7e70ef24491b988a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:48:09 +0000 Subject: [PATCH] Publish Rust client v0.0.1 --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b01acd..c9d0a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ [[package]] name = "solana-feature-gate-client" -version = "0.0.0" +version = "0.0.1" dependencies = [ "assert_matches", "borsh 0.10.3", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index bc9a449..bdb66ce 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-feature-gate-client" -version = "0.0.0" +version = "0.0.1" description = "A generated Rust library for the Feature Gate program" repository = "https://github.com/solana-program/feature-gate" edition = "2021"