Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jul 9, 2024
1 parent cdc29b0 commit 13c1521
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 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 @@ -8,8 +8,8 @@ members = [
[workspace.dependencies]
anyhow = "1.0.44"
base64 = "0.21.5"
deno_graph = { version = "0.79.0", default-features = false, git = "https://github.com/bartlomieju/deno_graph", branch = "upgrade_swc_crates" }
deno_ast = { version = "0.39.2", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"], git = "https://github.com/bartlomieju/deno_ast", branch = "bump_swc_crates" }
deno_graph = { version = "0.80.0", default-features = false }
deno_ast = { version = "0.40.0", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
url = { version = "2.3.1" }

[profile.release]
Expand Down

0 comments on commit 13c1521

Please sign in to comment.