File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ license.workspace = true
2828repository.workspace = true
2929
3030[dependencies ]
31- trussed-core = { version = " 0.1" }
31+ trussed-core = { version = " 0.1.0-rc.1 " }
3232
3333# general
3434bitflags = { version = " 2.1" }
Original file line number Diff line number Diff line change 33## Unreleased
44
55-
6+
7+ ## [ v0.1.0-rc.1] ( https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc.1 ) (2024-12-20)
8+
9+ Initial release extracting the core types from ` trussed ` : the client traits,
10+ the API definition and the types used in the API.
Original file line number Diff line number Diff line change 11[package ]
22name = " trussed-core"
3- version = " 0.1.0"
3+ version = " 0.1.0-rc.1 "
44description = " Core types for the trussed crate"
55
66authors.workspace = true
You can’t perform that action at this time.
0 commit comments