Skip to content

Commit

Permalink
fix(rust): upgrade autorand version end enable the feature that fixes…
Browse files Browse the repository at this point in the history
… an integer overflow error upon int->float conversion
  • Loading branch information
Mike Lubinets committed May 7, 2019
1 parent 5ed9180 commit a42ef66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/rust/static/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "template-client"
version = "1.0.0"
authors = ["Zachary Belford <[email protected]>"]
authors = ["Zachary Belford <[email protected]>", "Mike Lubinets <[email protected]>"]
edition = "2018"

[dependencies]
Expand All @@ -10,6 +10,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dev-dependencies]
autorand = { version = "0.2.1", features = ["json", "json-value-always-null"] }
autorand = { version = "0.2.2", features = ["json", "json-value-always-null", "limited-integers"] }
futures = "0.1.25"
failure = "0.1.5"

0 comments on commit a42ef66

Please sign in to comment.