Skip to content

Commit

Permalink
Fix last versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Feb 14, 2024
1 parent 04ab3a3 commit f8ec329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ crossbeam-channel = "0.5.8"
libloading = "0.8.1"
serial_test = "2.0.0"
socket2 = { version = "0.5.5", features = ["all"] }
solana-account-decoder = { version = "1.17.3" }
solana-core = { version = "1.17.3" }
solana-local-cluster = { version = "1.17.3" }
solana-net-utils = { version = "1.17.3" }
solana-streamer = { version = "1.17.3" }
tempfile = "3.3.0"
# solana:
solana-account-decoder = { version = "~1.18.1" }
solana-core = { version = "~1.18.1" }
solana-local-cluster = { version = "~1.18.1" }
solana-net-utils = { version = "~1.18.1" }
solana-streamer = { version = "~1.18.1" }
solana-sdk = "~1.18.1"
solana-storage-proto = "~1.18.1"
"solana-transaction-status" = "~1.18.1"
Expand Down

0 comments on commit f8ec329

Please sign in to comment.