Przeglądaj źródła

Update Rust client crate names to match new convention (#10)

Loris Leiva 1 rok temu
rodzic
commit
3f0adc5501
3 zmienionych plików z 18 dodań i 18 usunięć
  1. 17 17
      Cargo.lock
  2. 0 0
      README.md
  3. 1 1
      clients/rust/Cargo.toml

+ 17 - 17
Cargo.lock

@@ -3171,23 +3171,6 @@ dependencies = [
  "winapi-util",
 ]
 
-[[package]]
-name = "sbpf-system"
-version = "0.1.0"
-dependencies = [
- "assert_matches",
- "borsh 0.10.3",
- "kaigan",
- "num-derive 0.3.3",
- "num-traits",
- "serde",
- "serde_with 3.6.1",
- "solana-program",
- "solana-program-test",
- "solana-sdk",
- "thiserror",
-]
-
 [[package]]
 name = "schannel"
 version = "0.1.23"
@@ -4427,6 +4410,23 @@ dependencies = [
  "x509-parser",
 ]
 
+[[package]]
+name = "solana-system-client"
+version = "0.1.0"
+dependencies = [
+ "assert_matches",
+ "borsh 0.10.3",
+ "kaigan",
+ "num-derive 0.3.3",
+ "num-traits",
+ "serde",
+ "serde_with 3.6.1",
+ "solana-program",
+ "solana-program-test",
+ "solana-sdk",
+ "thiserror",
+]
+
 [[package]]
 name = "solana-system-program"
 version = "1.18.4"

Plik diff jest za duży
+ 0 - 0
README.md


+ 1 - 1
clients/rust/Cargo.toml

@@ -1,5 +1,5 @@
 [package]
-name = "sbpf-system"
+name = "solana-system-client"
 version = "0.1.0"
 edition = "2021"
 readme = "README.md"

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików