mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-29 22:51:06 +00:00
Clean up dependency declarations
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@ collections = ["alloc"]
|
||||
unstable-testing = ["clippy", "unstable", "std"]
|
||||
|
||||
[dependencies]
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
clippy = { version = "0.*", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_derive = "0.9.0-rc4"
|
||||
serde_derive = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user