mirror of
https://github.com/trussed-dev/trussed.git
synced 2026-05-10 06:02:27 +00:00
Release trussed-core v0.2.0
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
trussed-core = { version = "0.1.0" }
|
||||
trussed-core = "0.2"
|
||||
|
||||
# general
|
||||
bitflags = { version = "2.1" }
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
-
|
||||
|
||||
## [v0.2.0](https://github.com/trussed-dev/trussed/releases/tag/core-v0.2.0) (2025-03-20)
|
||||
|
||||
### Changed
|
||||
|
||||
- Deprecate `FilesystemClient::debug_dump_store`. Instead, a debugger should be used to extract the filesystem from a development device.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "trussed-core"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Core types for the trussed crate"
|
||||
|
||||
authors.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user