chore(release-plz): make release-plz happy with ironrdp-dvc-pipe-proxy (#822)

This commit is contained in:
Benoît Cortier 2025-06-17 07:20:53 -04:00 committed by GitHub
parent 5482365655
commit c31aa58fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 12 deletions

View file

@ -1,6 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

View file

@ -16,14 +16,13 @@ doctest = false
test = false
[dependencies]
ironrdp-core.path = "../ironrdp-core"
ironrdp-dvc.path = "../ironrdp-dvc"
ironrdp-pdu.path = "../ironrdp-pdu"
ironrdp-svc.path = "../ironrdp-svc"
ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5" } # public (PduResult type)
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.3" }
ironrdp-svc = { path = "../ironrdp-svc", version = "0.4" } # public (SvcMessage type)
tracing = { version = "0.1", features = ["log"] }
[target.'cfg(windows)'.dependencies]
widestring = "1"
windows = { version = "0.61", features = [
@ -35,6 +34,5 @@ windows = { version = "0.61", features = [
"Win32_System_IO",
] }
[lints]
workspace = true