Skip to content

Commit

Permalink
release(crates): biome_deserialize and biome_deserialize_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed May 25, 2024
1 parent 9f08204 commit 2e04f7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ biome_css_factory = { version = "0.5.7", path = "./crates/biome_css_f
biome_css_formatter = { version = "0.5.7", path = "./crates/biome_css_formatter" }
biome_css_parser = { version = "0.5.7", path = "./crates/biome_css_parser" }
biome_css_syntax = { version = "0.5.7", path = "./crates/biome_css_syntax" }
biome_deserialize = { version = "0.5.7", path = "./crates/biome_deserialize" }
biome_deserialize_macros = { version = "0.5.7", path = "./crates/biome_deserialize_macros" }
biome_deserialize = { version = "0.6.0", path = "./crates/biome_deserialize" }
biome_deserialize_macros = { version = "0.6.0", path = "./crates/biome_deserialize_macros" }
biome_diagnostics = { version = "0.5.7", path = "./crates/biome_diagnostics" }
biome_diagnostics_categories = { version = "0.5.7", path = "./crates/biome_diagnostics_categories" }
biome_diagnostics_macros = { version = "0.5.7", path = "./crates/biome_diagnostics_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_deserialize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords.workspace = true
license.workspace = true
name = "biome_deserialize"
repository.workspace = true
version = "0.5.7"
version = "0.6.0"

[dependencies]
biome_console = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_deserialize_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords.workspace = true
license.workspace = true
name = "biome_deserialize_macros"
repository.workspace = true
version = "0.5.7"
version = "0.6.0"

[lib]
proc-macro = true
Expand Down

0 comments on commit 2e04f7c

Please sign in to comment.