Skip to content

Commit

Permalink
move manganis into the workspace to match every other package
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Nov 26, 2024
1 parent ea084da commit 9c9f69d
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ members = [
"packages/playwright-tests/nested-suspense",

# manganis
"packages/manganis/manganis",
"packages/manganis/manganis-core",
"packages/manganis/manganis-macro",
"packages/manganis",
"packages/manganis-core",
"packages/manganis-macro",

# Full project examples
"example-projects/fullstack-hackernews",
Expand Down Expand Up @@ -141,9 +141,9 @@ const-serialize-macro = { path = "packages/const-serialize-macro", version = "0.
dioxus-dx-wire-format = { path = "packages/dx-wire-format", version = "0.6.0-alpha.5" }

lazy-js-bundle = { path = "packages/lazy-js-bundle", version = "0.6.0-alpha.5" }
manganis = { path = "packages/manganis/manganis", version = "0.6.0-alpha.5" }
manganis-core = { path = "packages/manganis/manganis-core", version = "0.6.0-alpha.5" }
manganis-macro = { path = "packages/manganis/manganis-macro", version = "0.6.0-alpha.5" }
manganis = { path = "packages/manganis", version = "0.6.0-alpha.5" }
manganis-core = { path = "packages/manganis-core", version = "0.6.0-alpha.5" }
manganis-macro = { path = "packages/manganis-macro", version = "0.6.0-alpha.5" }

warnings = { version = "0.2.1" }

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9c9f69d

Please sign in to comment.