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