Commit f8d5190 1 parent 6bba8fd commit f8d5190 Copy full SHA for f8d5190
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.0-rc.1 " }
31
+ trussed-core = { version = " 0.1.0" }
32
32
33
33
# general
34
34
bitflags = { version = " 2.1" }
Original file line number Diff line number Diff line change 4
4
5
5
-
6
6
7
- ## [ v0.1.0-rc.1 ] ( https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc.1 ) (2024-12-20 )
7
+ ## [ v0.1.0] ( https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0 ) (2025-01-08 )
8
8
9
9
Initial release extracting the core types from ` trussed ` : the client traits,
10
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-rc.1 "
3
+ version = " 0.1.0"
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