From 1fd0beff984241fc25deff72165001bb272e4ff4 Mon Sep 17 00:00:00 2001 From: magic-akari Date: Mon, 28 Oct 2024 22:25:44 +0800 Subject: [PATCH] 0.1.12 --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af90fef..a2e249d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "biome_fmt" -version = "0.1.11" +version = "0.1.12" dependencies = [ "biome_formatter", "biome_js_formatter", @@ -421,7 +421,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "common" -version = "0.1.11" +version = "0.1.12" dependencies = [ "biome_formatter", "serde", @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "json_fmt" -version = "0.1.11" +version = "0.1.12" dependencies = [ "biome_formatter", "biome_json_formatter", @@ -1114,7 +1114,7 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "web_fmt" -version = "0.1.11" +version = "0.1.12" dependencies = [ "biome_fmt", "common", diff --git a/Cargo.toml b/Cargo.toml index eb7af81..39f8e04 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.11" + version = "0.1.12" [workspace.dependencies] - biome_fmt = { path = "crates/biome_fmt", version = "0.1.11", default-features = false } - common = { path = "crates/common", version = "0.1.11" } - json_fmt = { path = "crates/json_fmt", version = "0.1.11", default-features = false } + biome_fmt = { path = "crates/biome_fmt", version = "0.1.12", default-features = false } + common = { path = "crates/common", version = "0.1.12" } + json_fmt = { path = "crates/json_fmt", version = "0.1.12", default-features = false } biome_formatter = { version = "0.5.7" } biome_js_formatter = { version = "0.5.7" }