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

@@ -11,8 +11,8 @@ license = "Apache-2.0"
edition = "2021"
[dependencies]
num_cpus = "1.13.1"
lazy_static = "1.4.0"
num_cpus = "1.13.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]