mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): disable unnecessary/unused regex features (#5175)
This will reduce the binary size by ~400 kB.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ pest_derive = "2.6.0"
|
|||||||
quick-xml = "0.28.2"
|
quick-xml = "0.28.2"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
regex = "1.8.1"
|
regex = { version = "1.8.1", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||||
rust-ini = "0.19.0"
|
rust-ini = "0.19.0"
|
||||||
semver = "1.0.17"
|
semver = "1.0.17"
|
||||||
serde = { version = "1.0.162", features = ["derive"] }
|
serde = { version = "1.0.162", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user