Skip to content

Commit

Permalink
Use released pep440_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jul 30, 2024
1 parent 2a08f5b commit c03e5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
derivative = "2.2.0"
once_cell = "1.19.0"
pep440_rs = { git = "https://github.com/jelmer/pep440-rs", branch = "pyo3-0.22" }
pep440_rs = "0.6.5"
pyo3 = { version = "0.22", optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { version = "0.11", optional = true }
regex = "1.10.4"
Expand Down

0 comments on commit c03e5c8

Please sign in to comment.