Run cargo update (#1230)

This commit is contained in:
Charlie Marsh 2024-02-01 08:14:38 -08:00 committed by GitHub
parent bb49ebee1e
commit d77d129e8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 35 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pep440_rs"
version = "0.3.12"
version = "0.4.0"
description = "A library for python version numbers and specifiers, implementing PEP 440"
license = "Apache-2.0 OR BSD-2-Clause"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]