Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rollup/rollup into sync-0…
Browse files Browse the repository at this point in the history
…28e47ce
  • Loading branch information
docschina-bot committed Oct 18, 2024
2 parents 6a77973 + 028e47c commit d0d9fab
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
108 changes: 54 additions & 54 deletions rust/Cargo.lock

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

10 changes: 5 additions & 5 deletions rust/parse_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
anyhow = "1.0.89"
swc_atoms = "1.0.2"
swc_compiler_base = "0.24.0"
swc_common = { version = "0.40.2", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "0.121.2"
swc_ecma_parser = "0.152.2"
swc_atoms = "2.0.0"
swc_compiler_base = "1.0.0"
swc_common = { version = "1.0.0", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "1.0.0"
swc_ecma_parser = "1.0.1"
parking_lot = "0.12.3"

0 comments on commit d0d9fab

Please sign in to comment.