Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Dec 3, 2018
1 parent 8ad0c1d commit c718470
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ indexmap = "1.0.1"
rand="0.4"
byteorder="1"
itertools="^0.7"
graph_map = { git = "https://github.com/frankmcsherry/graph-map.git" }
serde_json = "1.0"

[dependencies]
Expand All @@ -27,9 +26,9 @@ serde_derive = "1.0"
abomonation = "0.7"
abomonation_derive = "0.3"
timely_sort="0.1.6"
#timely = "0.7"
timely = { git = "https://github.com/frankmcsherry/timely-dataflow" }
timely = "0.8"
fnv="1.0.2"
graph_map = "0.1"

[profile.release]
opt-level = 3
Expand Down

0 comments on commit c718470

Please sign in to comment.