Skip to content

Commit c10e6ff

Browse files
authored
docs: establish the MSRV policy (current is 1.89) (#1157)
The MSRV is the oldest stable Rust release that is at least 6 months old, bounded by the Rust version available in Debian stable-backports and Fedora stable.
1 parent 79869f9 commit c10e6ff

File tree

42 files changed

+71
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+71
-0
lines changed

ARCHITECTURE.md

Lines changed: 24 additions & 0 deletions

README.md

Lines changed: 7 additions & 0 deletions

crates/iron-remote-desktop/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.7.0"
44
readme = "README.md"
55
description = "Helper crate for building WASM modules compatible with iron-remote-desktop WebComponent"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

crates/ironrdp-acceptor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.8.0"
44
readme = "README.md"
55
description = "State machines to drive an RDP connection acceptance sequence"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

crates/ironrdp-ainput/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.5.0"
44
readme = "README.md"
55
description = "AInput dynamic channel implementation"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

crates/ironrdp-async/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.8.0"
44
readme = "README.md"
55
description = "Provides `Future`s wrapping the IronRDP state machines conveniently"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

crates/ironrdp-blocking/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.8.0"
44
readme = "README.md"
55
description = "Blocking I/O abstraction wrapping the IronRDP state machines conveniently"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

crates/ironrdp-bulk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "ironrdp-bulk"
33
version = "0.1.0"
44
description = "Bulk compression algorithms (MPPC, XCRUSH, NCRUSH) for IronRDP"
55
edition.workspace = true
6+
rust-version = "1.89"
67
license.workspace = true
78
homepage.workspace = true
89
repository.workspace = true

crates/ironrdp-cfg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ readme = "README.md"
55
description = "IronRDP utilities for ironrdp-cfgstore"
66
publish = false # TODO: publish
77
edition.workspace = true
8+
rust-version = "1.89"
89
license.workspace = true
910
homepage.workspace = true
1011
repository.workspace = true

crates/ironrdp-client-glutin/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
readme = "README.md"
55
description = "GPU-accelerated RDP client using glutin"
66
edition.workspace = true
7+
rust-version = "1.89"
78
license.workspace = true
89
homepage.workspace = true
910
repository.workspace = true

0 commit comments

Comments
 (0)