Skip to content

Commit

Permalink
build(deps): use unreleased volatile crate for read-access
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 29, 2024
1 parent e0ad706 commit a2a8127
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,7 @@ members = [
exclude = [
"hermit-builtins",
]

[patch.crates-io]
# We need https://github.com/rust-osdev/volatile/pull/61
volatile = { git = "https://github.com/rust-osdev/volatile.git" }

0 comments on commit a2a8127

Please sign in to comment.