You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
550 B
24 lines
550 B
--- convert_case-0.4.0/Cargo.toml 2020-05-18T02:16:34+00:00
|
|
+++ convert_case-0.4.0/Cargo.toml 2022-12-15T12:49:37.895777+00:00
|
|
@@ -21,18 +21,14 @@
|
|
categories = ["text-processing"]
|
|
license = "MIT"
|
|
repository = "https://github.com/rutrum/convert-case"
|
|
-[profile.release]
|
|
-lto = true
|
|
-codegen-units = 1
|
|
-panic = "abort"
|
|
[dependencies.rand]
|
|
version = "^0.7"
|
|
optional = true
|
|
[dev-dependencies.strum]
|
|
-version = "0.18.0"
|
|
+version = "0.21.0"
|
|
|
|
[dev-dependencies.strum_macros]
|
|
-version = "0.18.0"
|
|
+version = "0.21.0"
|
|
|
|
[features]
|
|
random = ["rand"]
|