Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 25, 2024
1 parent 104ebc3 commit 0b4cf74
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/serde_spanned/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.6.8] - 2024-09-25

### Fixes

- Loosen the order that fields can be emitted by a deserializer
Expand Down Expand Up @@ -44,7 +46,8 @@ MSRV is now 1.64.0
## [0.6.0] - 2023-01-20

<!-- next-url -->
[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.7...HEAD
[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.8...HEAD
[0.6.8]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.7...serde_spanned-v0.6.8
[0.6.7]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.6...serde_spanned-v0.6.7
[0.6.6]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.5...serde_spanned-v0.6.6
[0.6.5]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.4...serde_spanned-v0.6.5
Expand Down
2 changes: 1 addition & 1 deletion crates/serde_spanned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_spanned"
version = "0.6.7"
version = "0.6.8"
keywords = ["serde", "span"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "Serde-compatible spanned Value"
Expand Down
2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = "1.0.145"
indexmap = { version = "2.0.0", optional = true }
toml_edit = { version = "0.22.22", path = "../toml_edit", default-features = false, features = ["serde"], optional = true }
toml_datetime = { version = "0.6.8", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.7", path = "../serde_spanned", features = ["serde"] }
serde_spanned = { version = "0.6.8", path = "../serde_spanned", features = ["serde"] }

[dev-dependencies]
serde = { version = "1.0.199", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ winnow = { version = "0.6.18", optional = true }
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
toml_datetime = { version = "0.6.8", path = "../toml_datetime" }
serde_spanned = { version = "0.6.7", path = "../serde_spanned", features = ["serde"], optional = true }
serde_spanned = { version = "0.6.8", path = "../serde_spanned", features = ["serde"], optional = true }

[dev-dependencies]
serde_json = "1.0.116"
Expand Down

0 comments on commit 0b4cf74

Please sign in to comment.