Skip to content

Commit

Permalink
fix workspace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed May 24, 2024
1 parent baf85a2 commit 5bfeb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -7,11 +7,11 @@ version = "0.1.18"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.2.20", features = [
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.18", features = [
"verbatim",
] }
leptosfmt-formatter = { path = "./formatter", version = "0.1.18" }
leptosfmt-pretty-printer = { version = "0.1.8" }
leptosfmt-pretty-printer = { version = "0.1.18" }

[patch.crates-io]
leptosfmt-pretty-printer = { path = "./printer" }

0 comments on commit 5bfeb14

Please sign in to comment.