diff --git a/examples/voucher-x86-no_std/Cargo.toml b/examples/voucher-x86-no_std/Cargo.toml index 81013e7..daf0c6d 100644 --- a/examples/voucher-x86-no_std/Cargo.toml +++ b/examples/voucher-x86-no_std/Cargo.toml @@ -6,4 +6,4 @@ authors = ["ANIMA Minerva toolkit"] [dependencies] minerva-mbedtls = { path = "../..", features = [] } -minerva-voucher = { git = "https://github.com/AnimaGUS-minerva/voucher", rev = "edac4f8", default-features = false } +minerva-voucher = { git = "https://github.com/AnimaGUS-minerva/voucher", rev = "fe17d7c", default-features = false } diff --git a/examples/voucher-x86_64-std/Cargo.toml b/examples/voucher-x86_64-std/Cargo.toml index 5c522a7..252f797 100644 --- a/examples/voucher-x86_64-std/Cargo.toml +++ b/examples/voucher-x86_64-std/Cargo.toml @@ -6,4 +6,4 @@ authors = ["ANIMA Minerva toolkit"] [dependencies] minerva-mbedtls = { path = "../..", features = ["std"] } -minerva-voucher = { git = "https://github.com/AnimaGUS-minerva/voucher", rev = "edac4f8", default-features = false } +minerva-voucher = { git = "https://github.com/AnimaGUS-minerva/voucher", rev = "fe17d7c", default-features = false }