Skip to content

Commit 0601f6a

Browse files
committed
update to 0.6.0
1 parent 89c41bf commit 0601f6a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

communication/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timely_communication"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55

66
description = "Communication layer for timely dataflow"
@@ -13,7 +13,7 @@ keywords = ["timely", "dataflow"]
1313
license = "MIT"
1414

1515
[features]
16-
default=["arg_parse"] # ["logging"]
16+
default=["arg_parse"]
1717
arg_parse=["getopts"]
1818

1919
[dependencies]
@@ -23,9 +23,6 @@ time="0.1.34"
2323
abomonation = "0.5"
2424
abomonation_derive = "0.3"
2525

26-
[[examples]]
27-
features = "arg_parse"
28-
2926
[profile.release]
3027
opt-level = 3
3128
debug = true

0 commit comments

Comments
 (0)