Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Oct 28, 2024
1 parent 33c7a3d commit 1fd0bef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1fd0bef

Please sign in to comment.