瀏覽代碼

Publish Rust client v0.0.1

github-actions[bot] 1 年之前
父節點
當前提交
0c597ffffc
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.lock
  2. 1 1
      clients/rust/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -4412,7 +4412,7 @@ dependencies = [
 
 [[package]]
 name = "solana-system-client"
-version = "0.0.0"
+version = "0.0.1"
 dependencies = [
  "assert_matches",
  "borsh 0.10.3",

+ 1 - 1
clients/rust/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "solana-system-client"
-version = "0.0.0"
+version = "0.0.1"
 description = "A generated Rust library for the System program"
 repository = "https://github.com/solana-program/system"
 edition = "2021"