Skip to content

Commit

Permalink
Fix minor version of abomonation crate
Browse files Browse the repository at this point in the history
`abomonation` 0.7.3 requires a newer Rust compiler.  Change Cargo.toml
to require `0.7.2` instead of `0.7`.
  • Loading branch information
ryzhyk committed Jul 12, 2019
1 parent 8313f10 commit bda5c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "./ovsdb"
[dependencies]
differential-dataflow = "0.9"
timely = "0.9"
abomonation= "0.7"
abomonation= "0.7.2"
serde = "1.0"
serde_derive = "1.0"
fnv="1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion rust/template/differential_datalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ itertools="^0.6"

[dependencies]
differential-dataflow = "0.9"
abomonation = "0.7"
abomonation = "0.7.2"
timely = "0.9"
fnv="1.0.2"
num = "0.2"
Expand Down

0 comments on commit bda5c9f

Please sign in to comment.