Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Nov 20, 2023
1 parent 7d484b0 commit 6c359a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 36 deletions.
45 changes: 11 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions pageserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ enum-map.workspace = true
enumset.workspace = true
strum.workspace = true
strum_macros.workspace = true
# WIP PR: https://github.com/neondatabase/tokio-epoll-uring/pull/21
# WIP PR: https://github.com/neondatabase/tokio-epoll-uring/pull/25
#tokio-epoll-uring = { path = "../../tokio-epoll-uring/tokio-epoll-uring" }
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "problame/openat" }
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "problame/openat_v2" }

[dev-dependencies]
criterion.workspace = true
Expand Down

0 comments on commit 6c359a4

Please sign in to comment.