Skip to content

Commit

Permalink
fix clone
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Mar 19, 2024
1 parent ea85e5a commit aeb68ce
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 28 deletions.
55 changes: 30 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ ustr = { package = "ustr-fxhash", version = "1.0.0" }
xxhash-rust = { version = "0.8.10" }

# Pinned
napi = { git = "https://github.com/h-a-n-a/napi-rs", branch = "rspack" }
napi-build = { git = "https://github.com/h-a-n-a/napi-rs", branch = "rspack" }
napi-derive = { git = "https://github.com/h-a-n-a/napi-rs", branch = "rspack" }
napi = { package = "napi-h", version = "2.16.1" }
napi-build = { version = "2" }
napi-derive = { version = "2" }
tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"] }

# Must be pinned with the same swc versions
Expand Down

0 comments on commit aeb68ce

Please sign in to comment.