File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ license.workspace = true
28
28
repository.workspace = true
29
29
30
30
[dependencies ]
31
- trussed-core = { version = " 0.1" }
31
+ trussed-core = { version = " 0.1.0-rc.1 " }
32
32
33
33
# general
34
34
bitflags = { version = " 2.1" }
Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
-
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 1
1
[package ]
2
2
name = " trussed-core"
3
- version = " 0.1.0"
3
+ version = " 0.1.0-rc.1 "
4
4
description = " Core types for the trussed crate"
5
5
6
6
authors.workspace = true
You can’t perform that action at this time.
0 commit comments