Skip to content

Commit

Permalink
Updated serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
top-webmaster committed Aug 20, 2016
1 parent e1c8044 commit 4b75573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ name = "generic_array"
[dependencies]
typenum = "1.3.1"
nodrop = "0.1.6"
serde = { version = "~0.7", optional = true }
serde = { version = "~0.8", optional = true }

[dev_dependencies]
# this can't yet be made optional, see https://github.com/rust-lang/cargo/issues/1596
serde_json = "~0.7"
serde_json = "~0.8"

[features]
no_std = []

0 comments on commit 4b75573

Please sign in to comment.