mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore(release): prepare for publishing (#748)
This commit is contained in:
parent
5abd9ff8e0
commit
aa6777b56a
41 changed files with 681 additions and 507 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-displaycontrol"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
readme = "README.md"
|
||||
description = "Display control dynamic channel extension implementation"
|
||||
edition.workspace = true
|
||||
|
@ -17,9 +17,9 @@ test = false
|
|||
|
||||
[dependencies]
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
|
||||
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.2" } # public
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
|
||||
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.3" } # public
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5" } # public
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.4" } # public
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
||||
[lints]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue