We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ce602 commit 09099e0Copy full SHA for 09099e0
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "timely"
4
-version = "0.2.0"
+version = "0.3.0"
5
authors = ["Frank McSherry <[email protected]>"]
6
7
description = "A low-latency data-parallel dataflow system in Rust"
@@ -24,7 +24,7 @@ abomonation="0.4.5"
24
timely_sort="0.1.6"
25
timely_communication="0.1.8"
26
#timely_communication= { version = "0.1.8", path = "./communication" }
27
-byteorder="0.4.2"
+#byteorder="0.4.2"
28
time="0.1.34"
29
30
[dev-dependencies]
src/lib.rs
@@ -59,7 +59,6 @@
59
60
#[macro_use]
61
extern crate abomonation;
62
-extern crate byteorder;
63
extern crate timely_communication;
64
extern crate time;
65
0 commit comments