From e79464e42cf0328ac54d7ddf2575bd9e19ff4bc5 Mon Sep 17 00:00:00 2001 From: j-devel <38098238+j-devel@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:52:21 +0700 Subject: [PATCH] Add arch `x86` support, bump version to 0.5.1 --- Cargo.toml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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