Skip to content

Commit

Permalink
Update ABI to include open options, fix kernel dep bug. (#254)
Browse files Browse the repository at this point in the history
* Fix kernel dep, update ABI.

* Fix kernel dep, update ABI.
  • Loading branch information
dbittman authored Jan 22, 2025
1 parent 2078354 commit 6613dec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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 src/abi
3 changes: 1 addition & 2 deletions src/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ object = { version = "0.32.1", default-features = false, features = ["read"] }
addr2line = { version = "0.16.0", default-features = false, features = [
"rustc-demangle",
] }
#backtracer_core = { git = "https://github.com/twizzler-operating-system/backtracer", branch = "twizzler" }
backtracer_core = { path = "../../backtracer" }
backtracer_core = { git = "https://github.com/twizzler-operating-system/backtracer", branch = "twizzler" }
limine = "0.2.0"
twizzler-queue-raw = { version = "*", path = "../lib/twizzler-queue-raw", default-features = false }
#syscall_encode = { version = "0.1.2" }
Expand Down
2 changes: 1 addition & 1 deletion toolchain/src/rust

0 comments on commit 6613dec

Please sign in to comment.