Sort tables in Cargo.toml files (#23602)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user