Skip to content

Commit 017921d

Browse files
Update to trussed-core v0.2
1 parent d0effc5 commit 017921d

2 files changed

Lines changed: 46 additions & 69 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ usb-device = { version = "0.2.7", default-features = false }
1515
usbip-device = "0.1.5"
1616

1717
# ctaphid
18-
ctaphid-dispatch = { version = "0.3", features = ["log-all"], optional = true }
19-
usbd-ctaphid = { version = "0.3", features = ["log-all"], optional = true }
18+
ctaphid-dispatch = { version = "0.4", features = ["log-all"], optional = true }
19+
usbd-ctaphid = { version = "0.4", features = ["log-all"], optional = true }
2020

2121
# ccid
22-
apdu-dispatch = { version = "0.3", optional = true }
23-
usbd-ccid = { version = "0.3", features = ["log-all"], optional = true }
22+
apdu-dispatch = { version = "0.4", optional = true }
23+
usbd-ccid = { version = "0.4", features = ["log-all"], optional = true }
2424

2525
[dev-dependencies]
2626
clap = { version = "3.0.0", features = ["derive"] }
@@ -37,14 +37,4 @@ ctaphid = ["ctaphid-dispatch", "usbd-ctaphid"]
3737
ccid = ["apdu-dispatch", "usbd-ccid"]
3838

3939
[patch.crates-io]
40-
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "e6bb61a716a3575b3e5d9869a0e1bb1740fe9969" }
41-
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "e6bb61a716a3575b3e5d9869a0e1bb1740fe9969" }
42-
ctaphid-app = { git = "https://github.com/trussed-dev/ctaphid-dispatch.git", rev = "edc5d69eeb71e6718c60aad54574f6c3b824309c" }
43-
ctaphid-dispatch = { git = "https://github.com/trussed-dev/ctaphid-dispatch.git", rev = "edc5d69eeb71e6718c60aad54574f6c3b824309c" }
44-
apdu-app = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "931c4269d1d293954fae2012d809e9663cd2cb7e" }
45-
apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "931c4269d1d293954fae2012d809e9663cd2cb7e" }
46-
usbd-ctaphid = { git = "https://github.com/trussed-dev/usbd-ctaphid.git", rev = "94881f83a6b4229a7a3187a5dd7b3ccf6eb6dc00" }
47-
usbd-ccid = { git = "https://github.com/trussed-dev/usbd-ccid.git", rev = "045b8f16c6fc41ed71da3de2f47b9afa79535adf" }
48-
littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "e9d3a1ca98f80e92cd20ee9b94707067810b9036" }
49-
littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "e9d3a1ca98f80e92cd20ee9b94707067810b9036" }
50-
littlefs2-sys = { git = "https://github.com/trussed-dev/littlefs2-sys", rev = "v0.3.1-nitrokey.1" }
40+
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "0f8df68be879acdde1f8cf428c11e5d29692a47b" }

0 commit comments

Comments
 (0)