Skip to content

Commit 4f59909

Browse files
authored
Update toml-span (#49)
- **Update toml-span** - **Update other crates**
1 parent ff4187b commit 4f59909

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
### Changed
13+
- [PR#49](https://github.com/EmbarkStudios/tame-index/pull/49) updated `toml-span` -> 0.2
14+
1215
## [0.9.4] - 2024-02-20
1316
### Changed
1417
- [PR#48](https://github.com/EmbarkStudios/tame-index/pull/48) replaced `toml` with `toml-span` removing several dependencies.

Cargo.lock

Lines changed: 28 additions & 30 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
@@ -53,7 +53,7 @@ tokio = { version = "1.0", default-features = false, features = [
5353
"time",
5454
], optional = true }
5555
# cargo config parsing
56-
toml-span = "0.1"
56+
toml-span = "0.2"
5757
# Faster hashing
5858
twox-hash = { version = "1.6", default-features = false }
5959

0 commit comments

Comments
 (0)