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 bddd61e commit aaf124d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ 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 = { git = "https://github.com/flux-rs/flux.git" }
flux-rs = { path = "../../flux/lib/flux-rs" }

# 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 aaf124d

Please sign in to comment.