We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c41bf commit 0601f6aCopy full SHA for 0601f6a
communication/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "timely_communication"
3
-version = "0.5.1"
+version = "0.6.0"
4
authors = ["Frank McSherry <fmcsherry@me.com>"]
5
6
description = "Communication layer for timely dataflow"
@@ -13,7 +13,7 @@ keywords = ["timely", "dataflow"]
13
license = "MIT"
14
15
[features]
16
-default=["arg_parse"] # ["logging"]
+default=["arg_parse"]
17
arg_parse=["getopts"]
18
19
[dependencies]
@@ -23,9 +23,6 @@ time="0.1.34"
23
abomonation = "0.5"
24
abomonation_derive = "0.3"
25
26
-[[examples]]
27
-features = "arg_parse"
28
-
29
[profile.release]
30
opt-level = 3
31
debug = true
0 commit comments