Skip to content

Commit

Permalink
feat(cargo): update dependencies and use local paths for rustywind
Browse files Browse the repository at this point in the history
  • Loading branch information
dikkadev committed Oct 10, 2024
1 parent ae6084a commit fe51f22
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 18 deletions.
221 changes: 205 additions & 16 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 rustywind-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ pkg-fmt = "tgz"

[dependencies]
# rustywind
rustywind_core = { version = "0.1.1" }
rustywind_vite = { version = "0.1.0" }
rustywind_core = { path = "../rustywind-core", version = "0.1.1" }
rustywind_vite = { path = "../rustywind-vite", version = "0.1.1" }

# iter
itertools = { workspace = true }
Expand Down

0 comments on commit fe51f22

Please sign in to comment.