diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-06 10:36:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-06 10:36:16 -0400 |
| commit | 466d3df9d1ff43e16e1a2c20b7792de664547b48 (patch) | |
| tree | 170b2ab1097331d976ccee47671964b2ebdcc974 /cli/Cargo.toml | |
| parent | e9ddc7a41ad7ea02172d88e95c82d007d8d5df63 (diff) | |
refactor: make `ParsedModule` implement `Sync` (#11581)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c74b2980e..5d71f6037 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,7 +82,7 @@ serde = { version = "1.0.126", features = ["derive"] } shell-escape = "0.1.5" sourcemap = "6.0.1" swc_bundler = "0.46.0" -swc_common = { version = "0.11.0", features = ["sourcemap"] } +swc_common = { version = "0.11.4", features = ["sourcemap"] } swc_ecmascript = { version = "0.46.0", features = ["codegen", "dep_graph", "parser", "proposal", "react", "transforms", "typescript", "visit"] } tempfile = "3.2.0" termcolor = "1.1.2" |
