Skip to content

Commit

Permalink
Merge pull request #417 from mbrubeck/deps
Browse files Browse the repository at this point in the history
Update to cfg-if 1.0
  • Loading branch information
KodrAus authored Oct 15, 2020
2 parents 14d7303 + b6438b9 commit cb0b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kv_unstable = []
kv_unstable_sval = ["kv_unstable", "sval/fmt"]

[dependencies]
cfg-if = "0.1.2"
cfg-if = "1.0"
serde = { version = "1.0", optional = true, default-features = false }
sval = { version = "0.5.2", optional = true, default-features = false }

Expand Down

0 comments on commit cb0b8c4

Please sign in to comment.