Browse Source

Update Cargo.toml

Loris Leiva 1 năm trước cách đây
mục cha
commit
5b0b1453a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -3,7 +3,7 @@ resolver = "2"
 members = ["clients/rust"]
 
 [workspace.metadata.cli]
-solana = "1.18.18"
+solana = "1.18.20"
 
 # Specify Rust toolchains for rustfmt, clippy, and build.
 # Any unprovided toolchains default to stable.