Skip to content

Commit ecebde1

Browse files
committed
bump napi-rs in Cargo.toml
1 parent c9138b2 commit ecebde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oxide/crates/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11-
napi = { version = "2.10.0", default-features = false, features = ["napi4"] }
12-
napi-derive = "2.11.1"
11+
napi = { version = "2.13.1", default-features = false, features = ["napi4"] }
12+
napi-derive = "2.13.0"
1313
tailwindcss-core = { path = "../core" }
1414
rayon = "1.5.3"
1515

0 commit comments

Comments
 (0)