Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 18, 2024
1 parent 0be556a commit 11e112d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xous-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ homepage = "https://betrusted.io/"
[dependencies]
xous = "0.9.63"
bitflags = { version = "1" }
rkyv = { version = "0.4.3", features = [
"const_generics",
], default-features = false }
rkyv = { version = "0.8.7", default-features = false, features = [
"std",
"alloc",
"bytecheck",
] }

0 comments on commit 11e112d

Please sign in to comment.