Loris Leiva 1 anno fa
parent
commit
5b0b1453a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.