diff --git a/Cargo.toml b/Cargo.toml index 4507899..ce31e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minerva-mbedtls" -version = "0.5.0" +version = "0.5.1" edition = "2018" authors = ["ANIMA Minerva toolkit"] @@ -14,5 +14,5 @@ std = [] [dependencies] mcu-if = { git = "https://github.com/AnimaGUS-minerva/mcu-if", rev = "da77a48" } #psa-crypto = { path = "/ssw/projects/trentonio/rust-psa-crypto/psa-crypto" } -psa-crypto = { git = "https://github.com/AnimaGUS-minerva/rust-psa-crypto", rev = "52aa2c4", features=["minerva"] } +psa-crypto = { git = "https://github.com/AnimaGUS-minerva/rust-psa-crypto", rev = "1879652", features=["minerva"] } diff --git a/Makefile b/Makefile index 02b7484..6d65227 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL := /bin/bash TARGET ?= test ci: ##TARGET=ci make test - TARGET=ci make test-x86_64 # WIP with rust-psa-crypto--0.12.0-minerva + TARGET=ci make test-x86_64 test-x86 # WIP with rust-psa-crypto--0.12.0-minerva init-rust-toolchains: rustup toolchain install nightly-x86_64-unknown-linux-gnu