Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 27, 2023
1 parent df34a73 commit f0cc3fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml"
version = "0.6.0"
version = "0.7.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["encoding", "toml"]
Expand Down Expand Up @@ -48,8 +48,8 @@ preserve_order = ["indexmap"]
[dependencies]
serde = "1.0.145"
indexmap = { version = "1.9.1", optional = true }
toml_edit = { version = "0.18.1", path = "../toml_edit", features = ["serde"], optional = true }
toml_datetime = { version = "0.5.1", path = "../toml_datetime", features = ["serde"] }
toml_edit = { version = "0.19.0", path = "../toml_edit", features = ["serde"], optional = true }
toml_datetime = { version = "0.6.0", path = "../toml_datetime", features = ["serde"] }
serde_spanned = { version = "0.6.0", path = "../serde_spanned", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_datetime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml_datetime"
version = "0.5.1"
version = "0.6.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["encoding", "toml"]
Expand Down
4 changes: 2 additions & 2 deletions crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toml_edit"
version = "0.18.1"
version = "0.19.0"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["encoding", "toml"]
Expand Down Expand Up @@ -50,7 +50,7 @@ indexmap = "1.9.1"
nom8 = "0.2.0"
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
toml_datetime = { version = "0.5.1", path = "../toml_datetime" }
toml_datetime = { version = "0.6.0", path = "../toml_datetime" }
serde_spanned = { version = "0.6.0", path = "../serde_spanned", features = ["serde"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f0cc3fe

Please sign in to comment.