From 501c54a44b26f0abf0ba6133bf9abc12124bec23 Mon Sep 17 00:00:00 2001 From: Jo D Date: Fri, 15 May 2026 12:22:15 -0400 Subject: [PATCH] fix: include rust client readme in crate --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83ba403..b127463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5287,7 +5287,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subscriptions" -version = "0.1.1" +version = "0.1.2" dependencies = [ "borsh 1.6.0", "num-derive", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 48b6f43..10efe8c 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "subscriptions" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Rust client for the Subscriptions Solana program" license = { workspace = true } repository = { workspace = true } -include = ["Cargo.toml", "src/**/*.rs"] +readme = "../../README.md" +include = ["Cargo.toml", "../../README.md", "src/**/*.rs"] [lints] workspace = true