Skip to content

Commit

Permalink
Merge #226
Browse files Browse the repository at this point in the history
226: Update serde version to one that supports 128-bit integers r=CAD97 a=kvark

r? @CAD97 

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
  • Loading branch information
bors[bot] and kvark authored May 2, 2020
2 parents c6873c6 + bc872b4 commit 6f4c6f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.5.2"
license = "MIT/Apache-2.0"
keywords = ["parser", "serde", "serialization"]
authors = [
"Christopher Durham <cad97@cad97.com>,"
"Dzmitry Malyshau <kvarkus@gmail.com>",
"Thomas Schaller <torkleyy@gmail.com>",
]
Expand All @@ -23,7 +24,7 @@ name = "ron"
base64 = "0.12"
bitflags = "1"
indexmap = { version = "1.0.2", features = ["serde-1"], optional = true }
serde = { version = "1", features = ["serde_derive"] }
serde = { version = "1.60", features = ["serde_derive"] }

[dev-dependencies]
serde_bytes = "0.11"
Expand Down

0 comments on commit 6f4c6f0

Please sign in to comment.