mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
chore(release-plz): make release-plz happy with ironrdp-dvc-pipe-proxy (#822)
This commit is contained in:
parent
5482365655
commit
c31aa58fe6
2 changed files with 4 additions and 12 deletions
|
@ -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).
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue