Skip to content

Commit

Permalink
Put solana-svm in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Mar 7, 2024
1 parent adefcbb commit ee600d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ solana-sbf-rust-param-passing-dep = { path = "rust/param_passing_dep", version =
solana-sbf-rust-realloc = { path = "rust/realloc", version = "=1.19.0", default-features = false }
solana-sbf-rust-realloc-invoke = { path = "rust/realloc_invoke", version = "=1.19.0" }
solana-sdk = { path = "../../sdk", version = "=1.19.0" }
solana-svm = { path = "../../svm", version = "=1.19.0" }
solana-transaction-status = { path = "../../transaction-status", version = "=1.19.0" }
agave-validator = { path = "../../validator", version = "=1.19.0" }
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.19.0" }
solana-svm = { path = "../../svm", version = "=1.19.0" }
solana_rbpf = "=0.8.0"
static_assertions = "1.1.0"
thiserror = "1.0"
Expand Down

0 comments on commit ee600d8

Please sign in to comment.