Sort tables in Cargo.toml files (#23602)

This commit is contained in:
Brooks Prumo
2022-03-11 11:05:57 -06:00
committed by GitHub
parent 2bff36dfba
commit d20dd21600
49 changed files with 109 additions and 112 deletions

View File

@ -22,7 +22,7 @@ jsonrpc-core = "18.0.0"
jsonrpc-core-client = { version = "18.0.0", features = ["ipc"] }
jsonrpc-derive = "18.0.0"
jsonrpc-ipc-server = "18.0.0"
jsonrpc-server-utils= "18.0.0"
jsonrpc-server-utils = "18.0.0"
log = "0.4.14"
num_cpus = "1.13.1"
rand = "0.7.0"
@ -55,7 +55,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.10.2" }
symlink = "0.1.0"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"]}
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = ["unprefixed_malloc_on_supported_platforms"] }
[target."cfg(unix)".dependencies]
libc = "0.2.119"