Skip to content

Commit

Permalink
Raise rust version to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jul 20, 2023
1 parent 3cb6088 commit 5872d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.12.4"
exclude = ["assets/*.zst"]
readme = "Readme.md"
edition = "2018"
rust-version = "1.43" # Some features (including default ones) can raise this value
rust-version = "1.64"

[package.metadata.docs.rs]
features = ["experimental", "zstdmt", "zdict_builder", "doc-cfg"]
Expand Down
2 changes: 1 addition & 1 deletion zstd-safe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/gyscos/zstd-rs"
license = "MIT/Apache-2.0"
readme = "Readme.md"
edition = "2018"
rust-version = "1.43" # This can be higher depending on the features (including default features)
rust-version = "1.64"

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

0 comments on commit 5872d29

Please sign in to comment.