Skip to content

Commit 55cb654

Browse files
committed
Update MSRV for no default features
1 parent ae9b6d5 commit 55cb654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.12.1+zstd.1.5.2"
1111
exclude = ["assets/*.zst"]
1212
readme = "Readme.md"
1313
edition = "2018"
14-
rust-version = "1.51"
14+
rust-version = "1.43" # Some features (including default ones) can raise this value
1515

1616
[package.metadata.docs.rs]
1717
features = ["experimental", "zstdmt", "zdict_builder", "doc-cfg"]

zstd-safe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/gyscos/zstd-rs"
1010
license = "MIT/Apache-2.0"
1111
readme = "Readme.md"
1212
edition = "2018"
13-
rust-version = "1.51" # With the bindgen feature, this jumps to 1.53
13+
rust-version = "1.43" # This can be higher depending on the features (including default features)
1414

1515
[package.metadata.docs.rs]
1616
features = ["experimental", "arrays", "std", "zdict_builder", "doc-cfg"]

0 commit comments

Comments
 (0)