Skip to content

Commit

Permalink
Add arch x86 support, bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Sep 19, 2024
1 parent e7cca95 commit e79464e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
version = "0.5.1"
edition = "2018"
authors = ["ANIMA Minerva toolkit"]

Expand All @@ -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"] }

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79464e

Please sign in to comment.