Skip to content

Instantly share code, notes, and snippets.

@benesch
Created August 22, 2019 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benesch/d6e38479f76b7a2cc61ff135df7d2bb3 to your computer and use it in GitHub Desktop.
Save benesch/d6e38479f76b7a2cc61ff135df7d2bb3 to your computer and use it in GitHub Desktop.
diff --git a/Cargo.lock b/Cargo.lock
index b2d13ca..d88fd6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -36,7 +36,7 @@ dependencies = [
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
- "timely 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
+ "timely 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
"timely_sort 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -95,7 +95,7 @@ name = "rust-play"
version = "0.1.0"
dependencies = [
"differential-dataflow 0.10.0 (git+https://github.com/TimelyDataflow/differential-dataflow.git)",
- "timely 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
+ "timely 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
]
[[package]]
@@ -174,40 +174,78 @@ dependencies = [
[[package]]
name = "timely"
version = "0.10.0"
-source = "git+https://github.com/TimelyDataflow/timely-dataflow#b63bea65438a482477463f816cccf72dacaba8da"
+source = "git+https://github.com/TimelyDataflow/timely-dataflow.git#b63bea65438a482477463f816cccf72dacaba8da"
dependencies = [
"abomonation 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"abomonation_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
- "timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
- "timely_communication 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
- "timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
+ "timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
+ "timely_communication 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
+ "timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
+]
+
+[[package]]
+name = "timely"
+version = "0.10.0"
+source = "git+https://github.com/benesch/timely-dataflow.git?branch=sample#775c22d615d537ded04bfd34d6f514331f4db1b6"
+dependencies = [
+ "abomonation 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "abomonation_derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
+ "timely_bytes 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
+ "timely_communication 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
+ "timely_logging 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
]
[[package]]
name = "timely_bytes"
version = "0.10.0"
-source = "git+https://github.com/TimelyDataflow/timely-dataflow#b63bea65438a482477463f816cccf72dacaba8da"
+source = "git+https://github.com/TimelyDataflow/timely-dataflow.git#b63bea65438a482477463f816cccf72dacaba8da"
+
+[[package]]
+name = "timely_bytes"
+version = "0.10.0"
+source = "git+https://github.com/benesch/timely-dataflow.git?branch=sample#775c22d615d537ded04bfd34d6f514331f4db1b6"
+
+[[package]]
+name = "timely_communication"
+version = "0.10.0"
+source = "git+https://github.com/TimelyDataflow/timely-dataflow.git#b63bea65438a482477463f816cccf72dacaba8da"
+dependencies = [
+ "abomonation 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "abomonation_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
+ "timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
+ "timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)",
+]
[[package]]
name = "timely_communication"
version = "0.10.0"
-source = "git+https://github.com/TimelyDataflow/timely-dataflow#b63bea65438a482477463f816cccf72dacaba8da"
+source = "git+https://github.com/benesch/timely-dataflow.git?branch=sample#775c22d615d537ded04bfd34d6f514331f4db1b6"
dependencies = [
"abomonation 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"abomonation_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
- "timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
- "timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)",
+ "timely_bytes 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
+ "timely_logging 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)",
]
[[package]]
name = "timely_logging"
version = "0.10.0"
-source = "git+https://github.com/TimelyDataflow/timely-dataflow#b63bea65438a482477463f816cccf72dacaba8da"
+source = "git+https://github.com/TimelyDataflow/timely-dataflow.git#b63bea65438a482477463f816cccf72dacaba8da"
+
+[[package]]
+name = "timely_logging"
+version = "0.10.0"
+source = "git+https://github.com/benesch/timely-dataflow.git?branch=sample#775c22d615d537ded04bfd34d6f514331f4db1b6"
[[package]]
name = "timely_sort"
@@ -254,10 +292,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
-"checksum timely 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)" = "<none>"
-"checksum timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)" = "<none>"
-"checksum timely_communication 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)" = "<none>"
-"checksum timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow)" = "<none>"
+"checksum timely 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)" = "<none>"
+"checksum timely 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)" = "<none>"
+"checksum timely_bytes 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)" = "<none>"
+"checksum timely_bytes 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)" = "<none>"
+"checksum timely_communication 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)" = "<none>"
+"checksum timely_communication 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)" = "<none>"
+"checksum timely_logging 0.10.0 (git+https://github.com/TimelyDataflow/timely-dataflow.git)" = "<none>"
+"checksum timely_logging 0.10.0 (git+https://github.com/benesch/timely-dataflow.git?branch=sample)" = "<none>"
"checksum timely_sort 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f6e4b497ab85f6e09ea309d696342d198e444e93a4a55500bf3b0c3c53bdd4b3"
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment