Skip to content

Commit

Permalink
Use neli from race-condition fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Sep 12, 2023
1 parent 2eb7e08 commit 657e571
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "src/lib.rs"
[dependencies]
bitflags = "2.3"
log = "0.4"
neli = { version = "0.7.0-rc2", features = ["sync", "async"] }
neli = { git = "https://github.com/jbaublitz/neli.git", branch = "race-condition" }
neli-proc-macros = "0.2.0-rc2"
nix = "0.26"

Expand Down

0 comments on commit 657e571

Please sign in to comment.