From c77066065e8859ccfca4cf018b4d8054abb0b63d Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 1 Jun 2022 13:20:45 +0200 Subject: [PATCH] chore(core/rust): bump cty to 0.2.2 this fixes signedness of char on Mac M1 --- core/embed/rust/Cargo.lock | 4 ++-- core/embed/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/embed/rust/Cargo.lock b/core/embed/rust/Cargo.lock index 9085fcb44..ff6a7e121 100644 --- a/core/embed/rust/Cargo.lock +++ b/core/embed/rust/Cargo.lock @@ -89,9 +89,9 @@ dependencies = [ [[package]] name = "cty" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3" +checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "funty" diff --git a/core/embed/rust/Cargo.toml b/core/embed/rust/Cargo.toml index be3eadc3a..cf5f4f8ca 100644 --- a/core/embed/rust/Cargo.toml +++ b/core/embed/rust/Cargo.toml @@ -37,7 +37,7 @@ split-debuginfo = "unpacked" # Runtime dependencies [dependencies.cty] -version = "0.2.1" +version = "0.2.2" [dependencies.heapless] version = "0.7.3"