Skip to content

Commit 3705127

Browse files
authored
chore: Set async-compression msrv (#440)
Sets `async-compression`'s `rust-version` config.
1 parent a063a3e commit 3705127

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Nullus157/async-compression"
99
categories = ["compression", "asynchronous"]
1010
edition = "2018"
11+
rust-version = "1.83"
1112

1213
[workspace.dependencies]
1314
compression-codecs = { version = "0.4.35", path = "crates/compression-codecs" }

crates/async-compression/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ categories.workspace = true
99
edition.workspace = true
1010
license.workspace = true
1111
repository.workspace = true
12+
rust-version.workspace = true
1213

1314
[package.metadata.docs.rs]
1415
all-features = true

crates/compression-codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010
license.workspace = true
1111
readme = "../../README.md"
1212
repository.workspace = true
13-
rust-version = "1.83"
13+
rust-version.workspace = true
1414

1515
[package.metadata.docs.rs]
1616
all-features = true

0 commit comments

Comments
 (0)