Skip to content

Commit

Permalink
fix a cargo file that got nuked in the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Oct 28, 2022
1 parent bcd1078 commit 6b296c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/pddb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ xous-names = { package = "xous-api-names", version = "0.9.17" }
log = "0.4.14"
num-derive = {version = "0.3.3", default-features = false}
num-traits = {version = "0.2.14", default-features = false}
susres = {package = "xous-api-susres", version = "0.9.15"}
rkyv = {version = "0.4.3", features = ["const_generics"], default-features = false}
susres = {package = "xous-api-susres", version = "0.9.14"}
rkyv = {version = "0.4.3", features = ["const_generics"]}
trng = {path = "../trng"}
spinor = {path = "../spinor"}
aes = {path="../aes"}
Expand Down

0 comments on commit 6b296c9

Please sign in to comment.