Skip to content

Commit

Permalink
Use serde 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Aug 15, 2016
1 parent ff6a19a commit 2e4478b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "0.3.19"

[dependencies.serde]
optional = true
version = "0.7.0"
version = "^0.8.0"

[features]
default = ["rand", "rustc-serialize"]
2 changes: 1 addition & 1 deletion complex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "0.3.19"

[dependencies.serde]
optional = true
version = "^0.7.0"
version = "^0.8.0"

[features]
default = ["rustc-serialize"]
Expand Down
2 changes: 1 addition & 1 deletion rational/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.3.19"

[dependencies.serde]
optional = true
version = "0.7.0"
version = "^0.8.0"

[features]
default = ["bigint", "rustc-serialize"]
Expand Down

0 comments on commit 2e4478b

Please sign in to comment.