Skip to content

Commit

Permalink
Merge pull request #18 from neon64/master
Browse files Browse the repository at this point in the history
Updated serde version
  • Loading branch information
fizyk20 committed Sep 15, 2016
2 parents e1c8044 + 4b75573 commit e2f15a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
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 e2f15a9

Please sign in to comment.