mirror of
https://github.com/trussed-dev/pc-usbip-runner.git
synced 2026-06-20 04:16:19 -07:00
Release v0.1.0-rc.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
-
|
||||
|
||||
[All Changes](https://github.com/trussed-dev/pc-usbip-runner/compare/v0.1.0-rc.1...HEAD)
|
||||
|
||||
## [v0.1.0-rc.1](https://github.com/trussed-dev/pc-usbip-runner/releases/tag/v0.1.0-rc.1) (2026-06-09)
|
||||
|
||||
Initial release for `trussed` v0.2.0-rc.1.
|
||||
Generated
+1
-1
@@ -1520,7 +1520,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "trussed-usbip"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0-rc.1"
|
||||
dependencies = [
|
||||
"apdu-dispatch",
|
||||
"clap",
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "trussed-usbip"
|
||||
version = "0.0.1"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "Conor Patrick <conor@solokeys.com>", "Szczepan Zalega <szczepan@nitrokey.com>"]
|
||||
version = "0.1.0-rc.1"
|
||||
authors = ["The Trussed developers", "Nicolas Stalder <n@stalder.io>", "Conor Patrick <conor@solokeys.com>", "Szczepan Zalega <szczepan@nitrokey.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user