Remove thread-priority crate which is not cross-platform (#9023)
This commit is contained in:
@@ -22,6 +22,7 @@ log = "0.4.8"
|
||||
memmap = "0.7.0"
|
||||
num-derive = { version = "0.3" }
|
||||
num-traits = { version = "0.2" }
|
||||
num_cpus = "1.0.0"
|
||||
rand = "0.6.5"
|
||||
rayon = "1.3.0"
|
||||
serde = { version = "1.0.105", features = ["rc"] }
|
||||
@@ -37,7 +38,6 @@ solana-storage-program = { path = "../programs/storage", version = "1.1.0" }
|
||||
solana-vote-program = { path = "../programs/vote", version = "1.1.0" }
|
||||
tempfile = "3.1.0"
|
||||
thiserror = "1.0"
|
||||
thread-priority = "0.1.1"
|
||||
|
||||
|
||||
[lib]
|
||||
|
Reference in New Issue
Block a user