Skip to content

Commit

Permalink
chore: pin swc versions to fix cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 9, 2022
1 parent bf3a882 commit 43e7c5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ secure_tempfile = { version = "=3.3.0", package = "tempfile" } # different name
semver-parser = "=0.10.2"
serde = { version = "=1.0.136", features = ["derive"] }
shell-escape = "=0.1.5"
# temporary pins because swc did a broken publish
swc_common = "=0.18.5"
swc_ecma_codegen = "=0.108.2"
swc_ecma_codegen_macros = "=0.7.0"
swc_ecma_loader = "=0.30.1"
swc_ecma_parser = "=0.104.0"
swc_ecma_transforms_base = "=0.85.0"
swc_ecma_transforms_typescript = "=0.117.0"
swc_ecma_utils = "=0.85.0"
text-size = "=1.1.0"
text_lines = "=0.4.1"
tokio = { version = "=1.17", features = ["full"] }
Expand Down

0 comments on commit 43e7c5d

Please sign in to comment.