Skip to content

Commit 9056b48

Browse files
committed
Release v1.2.1
1 parent a0a0897 commit 9056b48

35 files changed

Lines changed: 743 additions & 421 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ codegen-units = 1
299299

300300
[patch.crates-io]
301301
getrandom = { path = "imports/getrandom" }
302+
tar = { path = "imports/tar-rs" }
302303
pqcrypto-traits = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }
303304
pqcrypto-mldsa = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }
304305
pqcrypto-mlkem = { git = "https://github.com/Foundation-Devices/pqcrypto", rev = "ebadf71214f67cb970242fa1053b4acb65767737" }

apps/gui-app-authenticator/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ serde_json = "1.0"
1818
slint-keyos-platform = { path = "../../slint-keyos-platform/runtime" }
1919
thiserror = "1.0"
2020
totp-rs = { version = "5.6.0", features = ["otpauth", "serde_support"] }
21+
url = "2"
22+
urlencoding = "2.1"
2123

2224
[build-dependencies]
2325
slint-keyos-platform-build = { path = "../../slint-keyos-platform/build" }

0 commit comments

Comments
 (0)