Merge pull request #360 from jturner314/msrv-in-manifest

Add rust-version field to Cargo.toml
This commit is contained in:
Plecra 2023-05-08 21:30:15 +01:00 committed by GitHub
commit 13a19f682f
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ description = """
Library to support the reading and writing of zip files.
"""
edition = "2021"
rust-version = "1.59.0"
[dependencies]
aes = { version = "0.7.5", optional = true }