Skip to content

Commit

Permalink
Update swc_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 2, 2023
1 parent 3cccd91 commit 33c4509
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 67 deletions.
123 changes: 57 additions & 66 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion frameworks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tree-sitter = "0.20"
tree-sitter-go = "0.19"

# Hardhat TS
swc_core = { version = "0.78", features = ["common", "ecma_ast", "ecma_parser", "ecma_visit"] }
swc_core = { version = "0.79", features = ["common", "ecma_ast", "ecma_parser", "ecma_visit"] }

# Rust
cargo_metadata = "0.15"
Expand Down

0 comments on commit 33c4509

Please sign in to comment.