Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Apr 11, 2024
1 parent 6250ae1 commit 9fde9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ index_vec = "0.1.3"
insta = "1.38.0"
memchr = "2.7.2"
mimalloc = "0.1.39"
napi = { version = "3.0.0-alpha", features = ["async"] }
napi = { version = "3.0.0-alpha.1", features = ["async"] }
napi-build = { version = "2.1.2" }
napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] }
napi-derive = { version = "3.0.0-alpha.1", default-features = false, features = ["type-def"] }
once_cell = "1.19.0"
oxc = { version = "0.12.3", features = ["sourcemap"] }
oxc_resolver = { version = "1.6.5", features = ["package_json_raw_json_api"] }
Expand Down

0 comments on commit 9fde9cd

Please sign in to comment.