Skip to content

Commit 89f4d4b

Browse files
committed
Patch shared-memory dependency until PR is merged upstream
1 parent 5906709 commit 89f4d4b

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ path = "examples/python-operator-dataflow/run.rs"
9292
[[example]]
9393
name = "benchmark"
9494
path = "examples/benchmark/run.rs"
95+
96+
[patch.crates-io.shared_memory]
97+
git = "https://github.com/phil-opp/shared_memory.git"
98+
branch = "read-only"

0 commit comments

Comments
 (0)