Skip to content

Commit bac5afe

Browse files
authored
Update toml to 0.9 (#35)
* Update toml to 0.9 * Update Cargo.lock It's much smaller now
1 parent 6ef2c21 commit bac5afe

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

Cargo.lock

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pep440_rs = { version = "0.7.2" }
1818
pep508_rs = { version = "0.9.1" }
1919
serde = { version = "1.0.214", features = ["derive"] }
2020
thiserror = { version = "2.0.12" }
21-
toml = { version = "0.8.19", default-features = false, features = ["parse"] }
21+
toml = { version = "0.9.4", default-features = false, features = ["parse", "serde", "std"] }
2222

2323
[features]
2424
tracing = ["pep440_rs/tracing", "pep508_rs/tracing"]

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Update toml to 0.9
6+
37
## 0.13.5
48

5-
* Better PEP 639 `license-files` glob validation and error messages from uv
9+
* Better PEP 639 `license-files` glob validation and error messages from uv
610
* A public `check_pep639_glob` function for using the PEP 639 support with a different glob crate.
711

812
## 0.13.4

0 commit comments

Comments
 (0)