mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore(release): prepare for publishing (#620)
- ironrdp-cliprdr-format - ironrdp-futures - ironrdp-rdcleanpath - ironrdp-rdpdr-native
This commit is contained in:
parent
cff5c1a59c
commit
9757167df5
6 changed files with 9 additions and 9 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2435,7 +2435,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-cliprdr-format"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"png",
|
||||
|
@ -2506,7 +2506,7 @@ version = "0.1.1"
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-futures"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-util",
|
||||
|
@ -2586,7 +2586,7 @@ version = "0.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-rdcleanpath"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"der",
|
||||
]
|
||||
|
@ -2605,7 +2605,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-rdpdr-native"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"ironrdp-pdu",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-cliprdr-format"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
readme = "README.md"
|
||||
description = "CLIPRDR format conversion library"
|
||||
edition.workspace = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-futures"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
readme = "README.md"
|
||||
description = "`Framed*` traits implementation above futures’s traits"
|
||||
edition.workspace = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-rdcleanpath"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
readme = "README.md"
|
||||
description = "RDCleanPath PDU structure used by IronRDP web client and Devolutions Gateway"
|
||||
edition.workspace = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ironrdp-rdpdr-native"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
readme = "README.md"
|
||||
description = "Native RDPDR static channel backend implementations for IronRDP"
|
||||
edition.workspace = true
|
||||
|
|
2
fuzz/Cargo.lock
generated
2
fuzz/Cargo.lock
generated
|
@ -286,7 +286,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ironrdp-cliprdr-format"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue