diff --git a/Cargo.lock b/Cargo.lock index e146575..1c8097c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "biome_fmt" -version = "0.1.8" +version = "0.1.9" dependencies = [ "biome_formatter", "biome_js_formatter", @@ -439,7 +439,7 @@ checksum = "aaa6b4b263a5d737e9bf6b7c09b72c41a5480aec4d7219af827f6564e950b6a5" [[package]] name = "common" -version = "0.1.8" +version = "0.1.9" dependencies = [ "biome_formatter", "serde", @@ -594,7 +594,7 @@ checksum = "c3d129799327c8f80861e467c59b825ba24c277dba6ad0d71a141dc98f9e04ee" [[package]] name = "json_fmt" -version = "0.1.8" +version = "0.1.9" dependencies = [ "biome_formatter", "biome_json_formatter", @@ -1223,7 +1223,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "web_fmt" -version = "0.1.8" +version = "0.1.9" dependencies = [ "biome_fmt", "common", diff --git a/Cargo.toml b/Cargo.toml index 8272887..f27a90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,13 @@ resolver = "2" license = "MIT" readme = "README.md" repository = "https://github.com/wasm-fmt/web_fmt" - version = "0.1.8" + version = "0.1.9" [workspace.dependencies] - biome_fmt = { path = "crates/biome_fmt", version = "0.1.8", default-features = false } - common = { path = "crates/common", version = "0.1.8" } - json_fmt = { path = "crates/json_fmt", version = "0.1.8", default-features = false } + biome_fmt = { path = "crates/biome_fmt", version = "0.1.9", default-features = false } + common = { path = "crates/common", version = "0.1.9" } + json_fmt = { path = "crates/json_fmt", version = "0.1.9", default-features = false } biome_formatter = { version = "0.5.7" } biome_js_formatter = { version = "0.5.7" }