Skip to content

Commit c00d50e

Browse files
committed
cargo: use own patched tokio-uring (for musl and riscv compatibility)
FIXME: drop this when upstream will be fixed, if ever :( Ref: tokio-rs/tokio-uring#334
1 parent 0c4032b commit c00d50e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ sha2 = "0.10.9"
5757
libc = "0.2.177"
5858
time = { version = "0.3", features = ["parsing"] }
5959

60+
[patch.crates-io]
61+
tokio-uring = { git = "https://github.com/manio/tokio-uring", branch = "musl-riscv" }
62+
6063
[build-dependencies]
6164
protoc-bin-vendored = "3.1.0"
6265
protobuf-codegen = "3.7.1"

0 commit comments

Comments
 (0)