Skip to content

Commit

Permalink
Update pep440_rs and pep508_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 24, 2024
1 parent ae3fd86 commit bd9a5c3
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 87 deletions.
146 changes: 61 additions & 85 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rust-version = "1.64"
[dependencies]
glob = { version = "0.3.1", optional = true }
indexmap = { version = "2.0.0", features = ["serde"] }
pep440_rs = { version = "0.6.0", features = ["serde"] }
pep508_rs = { version = "0.6.0", features = ["serde"] }
pep440_rs = { version = "0.7.1" }
pep508_rs = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.125", features = ["derive"] }
thiserror = { version = "1.0.61", optional = true }
toml = { version = "0.8.0", default-features = false, features = ["parse"] }
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Support dependency groups (PEP 735)
* Update to the provisional PEP 639. This is technically a breaking change, but only for fields previously in draft
* Update pep440_rs to 0.7.1
* Update pep508_rs to 0.8.0

## 0.11.0

Expand Down

0 comments on commit bd9a5c3

Please sign in to comment.