Skip to content

Commit

Permalink
fixup to target the latest packaging conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Oct 14, 2022
1 parent 36e419d commit 0920704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ libc = { version = "0.2.80", default-features = false }

[target.'cfg(target_os = "xous")'.dependencies]
libc = { version = "0.2.80", default-features = false }
xous-names = "0.9.7"
xous = "0.9.9"
xous-ipc = "0.9.9"
xous-names = {package = "xous-api-names", version = "0.9"}
xous = "0.9"
xous-ipc = "0.9"
rkyv = {version = "0.4.3", default-features = false, features = ["const_generics"]}

# Keep this in sync with `[dependencies]` in pregenerate_asm/Cargo.toml.
Expand Down

0 comments on commit 0920704

Please sign in to comment.