Skip to content

Commit f948584

Browse files
committed
update to 0.6.0
1 parent 0601f6a commit f948584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "timely"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
authors = ["Frank McSherry <[email protected]>"]
66

77
description = "A low-latency data-parallel dataflow system in Rust"
@@ -18,7 +18,7 @@ license = "MIT"
1818
[dependencies]
1919
abomonation = "0.5"
2020
abomonation_derive = "0.3"
21-
timely_communication = "0.5"
21+
timely_communication = "0.6"
2222
byteorder="1"
2323
time="0.1.34"
2424

0 commit comments

Comments
 (0)