Skip to content

Commit dca9809

Browse files
Relax version specification
Allow arbitrary PATCH version numbers in `failure` and `serde_derive_internals`.
1 parent 0ddabe7 commit dca9809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ proc-macro = true
2727
proc-macro2 = "1.0"
2828
quote = "1.0"
2929
enum-utils-from-str = { path = "from-str", version = "0.1.0" }
30-
serde_derive_internals = "0.24.1"
30+
serde_derive_internals = "0.25"
3131
syn = { version = "1.0", features = ["extra-traits"] }
3232

3333
[dependencies.failure]
34-
version = "0.1.5"
34+
version = "0.1"
3535
default-features = false
3636
features = ["std"]

0 commit comments

Comments
 (0)