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.
28 lines
560 B
28 lines
560 B
--- convert_case-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ convert_case-0.6.0/Cargo.toml 2023-12-15T19:51:16.271406+00:00
|
|
@@ -25,11 +25,6 @@
|
|
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
|
|
@@ -38,10 +33,10 @@
|
|
version = "1.9.0"
|
|
|
|
[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"]
|