Skip to content

Commit 09099e0

Browse files
committed
bump version, remove byteorder
1 parent 35ce602 commit 09099e0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.2.0"
4+
version = "0.3.0"
55
authors = ["Frank McSherry <[email protected]>"]
66

77
description = "A low-latency data-parallel dataflow system in Rust"
@@ -24,7 +24,7 @@ abomonation="0.4.5"
2424
timely_sort="0.1.6"
2525
timely_communication="0.1.8"
2626
#timely_communication= { version = "0.1.8", path = "./communication" }
27-
byteorder="0.4.2"
27+
#byteorder="0.4.2"
2828
time="0.1.34"
2929

3030
[dev-dependencies]

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959

6060
#[macro_use]
6161
extern crate abomonation;
62-
extern crate byteorder;
6362
extern crate timely_communication;
6463
extern crate time;
6564

0 commit comments

Comments
 (0)