Merge pull request #360 from jturner314/msrv-in-manifest
Add rust-version field to Cargo.toml
This commit is contained in:
commit
13a19f682f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ description = """
|
||||||
Library to support the reading and writing of zip files.
|
Library to support the reading and writing of zip files.
|
||||||
"""
|
"""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.59.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = { version = "0.7.5", optional = true }
|
aes = { version = "0.7.5", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue