Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Feb 26, 2024
1 parent 6a810a2 commit dd05501
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.5"
version = "0.1.6"


[workspace.dependencies]
biome_fmt = { path = "crates/biome_fmt", version = "0.1.5", default-features = false }
common = { path = "crates/common", version = "0.1.5" }
json_fmt = { path = "crates/json_fmt", version = "0.1.5", default-features = false }
biome_fmt = { path = "crates/biome_fmt", version = "0.1.6", default-features = false }
common = { path = "crates/common", version = "0.1.6" }
json_fmt = { path = "crates/json_fmt", version = "0.1.6", default-features = false }

biome_formatter = { version = "0.4.0" }
biome_js_formatter = { version = "0.4.0" }
Expand Down

0 comments on commit dd05501

Please sign in to comment.