Merge pull request #30 from kornelski/patch-1

Syntax error in Cargo.toml
This commit is contained in:
Chris Hennick 2024-04-18 12:59:10 -07:00 committed by GitHub
commit 472312554b
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@ authors = [
license = "MIT"
repository = "https://github.com/Pr0methean/zip-next.git"
keywords = ["zip", "archive"]
description = """
rust-version = "1.70.0"
description = """
Library to support the reading and writing of zip files.
"""
edition = "2021"