mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 03:50:24 +02:00
Revert changes to Cargo.toml
This commit is contained in:
@ -129,7 +129,7 @@ proc-macro-error = { version = "1.0", default-features = false }
|
|||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
procfs = "0.16.0"
|
procfs = "0.16.0"
|
||||||
pwd = "1.3"
|
pwd = "1.3"
|
||||||
quick-xml = "0.32.0"
|
quick-xml = "0.37.0"
|
||||||
quickcheck = "1.0"
|
quickcheck = "1.0"
|
||||||
quickcheck_macros = "1.0"
|
quickcheck_macros = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
@ -322,6 +322,3 @@ bench = false
|
|||||||
[[bench]]
|
[[bench]]
|
||||||
name = "benchmarks"
|
name = "benchmarks"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
incremental = true
|
|
||||||
|
Reference in New Issue
Block a user