Skip to content

Commit c31aa58

Browse files
authored
chore(release-plz): make release-plz happy with ironrdp-dvc-pipe-proxy (#822)
1 parent 5482365 commit c31aa58

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

crates/ironrdp-dvc-pipe-proxy/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

crates/ironrdp-dvc-pipe-proxy/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ doctest = false
1616
test = false
1717

1818
[dependencies]
19-
ironrdp-core.path = "../ironrdp-core"
20-
ironrdp-dvc.path = "../ironrdp-dvc"
21-
ironrdp-pdu.path = "../ironrdp-pdu"
22-
ironrdp-svc.path = "../ironrdp-svc"
19+
ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
20+
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5" } # public (PduResult type)
21+
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.3" }
22+
ironrdp-svc = { path = "../ironrdp-svc", version = "0.4" } # public (SvcMessage type)
2323

2424
tracing = { version = "0.1", features = ["log"] }
2525

26-
2726
[target.'cfg(windows)'.dependencies]
2827
widestring = "1"
2928
windows = { version = "0.61", features = [
@@ -35,6 +34,5 @@ windows = { version = "0.61", features = [
3534
"Win32_System_IO",
3635
] }
3736

38-
3937
[lints]
4038
workspace = true

0 commit comments

Comments
 (0)