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.
rust-lazycell/lazycell-fix-metadata.diff

18 lines
452 B

--- lazycell-1.3.0/Cargo.toml 2020-08-12T01:11:22+00:00
+++ lazycell-1.3.0/Cargo.toml 2023-05-20T15:31:35.228099+00:00
@@ -21,14 +21,7 @@
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
repository = "https://github.com/indiv0/lazycell"
-[dependencies.clippy]
-version = "0.0"
-optional = true
[dependencies.serde]
version = "^1"
optional = true
-
-[features]
-nightly = []
-nightly-testing = ["clippy", "nightly"]