Skip to content

Commit

Permalink
passes trait branch non-debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Oct 30, 2024
1 parent aaf124d commit 6418445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ tock-registers = { path = "../libraries/tock-register-interface" }
tock-cells = { path = "../libraries/tock-cells" }
tock-tbf = { path = "../libraries/tock-tbf" }
flux_support = { path = "../flux_support" }
# flux-rs = { git = "https://github.com/flux-rs/flux.git" }
flux-rs = { path = "../../flux/lib/flux-rs" }
flux-rs = { git = "https://github.com/flux-rs/flux.git" }

# In general, Tock discourages the use of cargo features. However for certain
# kernel crate configuration, we have not found reasonable alternatives to
Expand Down

0 comments on commit 6418445

Please sign in to comment.