Skip to content

Commit

Permalink
chore(*): versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Sep 28, 2021
1 parent ed2e2ac commit 2c69c2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions taplo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A CLI for Taplo TOML toolkit"
license = "MIT"
edition = "2018"
name = "taplo-cli"
version = "0.4.0"
version = "0.4.1"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"
categories = ["development-tools", "command-line-utilities"]
Expand Down Expand Up @@ -34,7 +34,7 @@ schemars = "0.8"
serde = "1"
serde_json = "1"
sha2 = "0.9"
taplo = { version = "0.6.0", path = "../taplo", features = ["serde", "verify", "schema"] }
taplo = { version = "0.7.0", path = "../taplo", features = ["serde", "verify", "schema"] }
time = "0.2"
toml = "0.5"
verify = { version = "0.3", features = ["schemars"] }
Expand Down
4 changes: 2 additions & 2 deletions taplo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ serde_json = "1.0"
serde_yaml = "0.8"
sha2 = "0.9"
smallvec = "1.5"
taplo = { version = "0.6.3", path = "../taplo", features = [
taplo = { version = "0.7.0", path = "../taplo", features = [
"serde",
"verify",
"schema",
] }
taplo-cli = { version = "0.4.0", path = "../taplo-cli" }
taplo-cli = { version = "0.4.1", path = "../taplo-cli" }
time = { version = "0.3", features = ["formatting", "parsing"] }
toml = "0.5"
verify = { version = "0.3", features = ["schemars"] }
Expand Down
2 changes: 1 addition & 1 deletion taplo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "taplo"
readme = "../README.md"
repository = "https://github.com/tamasfe/taplo"
version = "0.6.3"
version = "0.7.0"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 2c69c2e

Please sign in to comment.