Skip to content

Commit 8db5416

Browse files
Update to trussed-core v0.2
1 parent 50e2c72 commit 8db5416

8 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.3...HEAD
1515

16+
- Update dependencies:
17+
- `heapless` v0.9
18+
- `heapless-bytes` v0.5
19+
- `trussed-core` v0.2
20+
1621
## [0.3.3][] - 2025-05-13
1722

1823
[0.3.3]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.2...v0.3.3

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "Apache-2.0 OR MIT"
2121
littlefs2-core = "0.1"
2222
serde = { version = "1.0.160", default-features = false, features = ["derive"] }
2323
serde-byte-array = "0.1.2"
24-
trussed-core = { version = "0.1.0", features = ["serde-extensions"] }
24+
trussed-core = { version = "0.2", features = ["serde-extensions"] }
2525

2626
[package]
2727
name = "trussed-staging"
@@ -85,11 +85,7 @@ log-warn = []
8585
log-error = []
8686

8787
[patch.crates-io]
88-
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "1e7b09a983dc8ae64a7ad8401ce541a9a77e5939" }
89-
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "1e7b09a983dc8ae64a7ad8401ce541a9a77e5939"}
90-
littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "e9d3a1ca98f80e92cd20ee9b94707067810b9036" }
91-
littlefs2-core = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "e9d3a1ca98f80e92cd20ee9b94707067810b9036" }
92-
littlefs2-sys = { git = "https://github.com/trussed-dev/littlefs2-sys", rev = "v0.3.1-nitrokey.1" }
88+
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "0b65280d69be541b8771f7756139826332c7d674" }
9389

9490
trussed-chunked = { path = "extensions/chunked" }
9591
trussed-hkdf = { path = "extensions/hkdf" }

extensions/chunked/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/chunked-v0.2.0...HEAD
1515

16-
-
16+
- Update to `trussed-core` v0.2
1717

1818
## [0.2.0][] - 2025-01-08
1919

extensions/fs-info/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/fs-info-v0.2.0...HEAD
1515

16-
-
16+
- Update to `trussed-core` v0.2
1717

1818
## [0.2.0][] - 2025-01-08
1919

extensions/hkdf/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/hkdf-v0.3.0...HEAD
1515

16-
-
16+
- Update to `trussed-core` v0.2
1717

1818
## [0.3.0][] - 2025-01-08
1919

extensions/hpke/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/hpke-v0.2.0...HEAD
1515

16-
-
16+
- Update to `trussed-core` v0.2
1717

1818
## [0.2.0][] - 2025-01-08
1919

extensions/manage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased][]
1313

14+
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/manage-v0.2.1...HEAD
15+
16+
- Update to `trussed-core` v0.2
17+
1418
## [0.2.1][] - 2025-05-13
1519

1620
[0.2.1]: https://github.com/trussed-dev/trussed-staging/releases/tag/manage-v0.2.1

extensions/wrap-key-to-file/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/wrap-key-to-file-v0.2.0...HEAD
1515

16-
-
16+
- Update to `trussed-core` v0.2
1717

1818
## [0.2.0][] - 2025-01-08
1919

0 commit comments

Comments
 (0)