Skip to content

Commit

Permalink
Update psa-crypto, bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Sep 24, 2024
1 parent 9a1d8fe commit 54919af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minerva-mbedtls"
version = "0.5.3"
version = "0.5.4"
edition = "2018"
authors = ["ANIMA Minerva toolkit"]

Expand All @@ -13,6 +13,6 @@ std = []

[dependencies]
mcu-if = { git = "https://github.com/AnimaGUS-minerva/mcu-if", rev = "da77a48" }
psa-crypto = { git = "https://github.com/AnimaGUS-minerva/rust-psa-crypto", rev = "725ef60", features=["minerva"] }
psa-crypto = { git = "https://github.com/AnimaGUS-minerva/rust-psa-crypto", rev = "b62d500", features=["minerva"] }
#psa-crypto = { path = "/ssw/projects/trentonio/rust-psa-crypto/psa-crypto", features=["minerva", "operations"] }

0 comments on commit 54919af

Please sign in to comment.