From a3bbd9b68016b33efdcec811058fb40587bd5422 Mon Sep 17 00:00:00 2001 From: bunnie Date: Tue, 7 May 2024 01:01:49 +0800 Subject: [PATCH] bump xous pins --- curve25519-dalek/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve25519-dalek/Cargo.toml b/curve25519-dalek/Cargo.toml index c251a5f..ed2a295 100644 --- a/curve25519-dalek/Cargo.toml +++ b/curve25519-dalek/Cargo.toml @@ -61,7 +61,7 @@ log = { version = "0.4"} engine25519-as = {git = "https://github.com/betrusted-io/engine25519-as.git", rev = "775e8406eb4aad08f05ae10619fcb4ca891ba0a6", default-features = false, features = []} utralib = {version = "0.1.24", default-features = false} zeroize = { version = "1", default-features = false } -xous = "0.9.59" +xous = "0.9.60" # for fallback when hardware is unavailable fiat-crypto = { version = "0.2.1", default-features = false}