Skip to content

Commit

Permalink
fix: prepare for crates io
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Aug 3, 2024
1 parent 001ca7b commit 5d7c41c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = "0.4"
fdt = "0.1.5"
bitflags = "2.0.2"
cfg-if = "1.0.0"
polyhal-macro = { path = "polyhal-macro" }
polyhal-macro = "0.1.0"
spin = { version = "0.9.8", features = ["mutex"] }

[target.'cfg(target_arch = "riscv64")'.dependencies]
Expand All @@ -51,3 +51,6 @@ loongArch64 = "0.2.2"

[dev-dependencies]
buddy_system_allocator = "0.9.1"

[patch.crates-io.polyhal-macro]
path = "polyhal-macro"

0 comments on commit 5d7c41c

Please sign in to comment.