Skip to content

Commit 3bc1092

Browse files
authored
chore: Upgrading napi-build (#343)
Turning off type-def feature and upgrading napi-build Co-authored-by: Bidek56 <[email protected]>
1 parent a45827f commit 3bc1092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ napi = { version = "2.16.17", default-features = false, features = [
1919
"napi8",
2020
"serde-json",
2121
] }
22-
napi-derive = { version = "2.16.13", features = ["type-def"] }
22+
napi-derive = { version = "2.16.13", default-features = false }
2323
polars-core = { version = "0.49.1", default-features = false }
2424
polars-io = { version = "0.49.1", default-features = false }
2525
polars-lazy = { version = "0.49.1", default-features = false }
@@ -169,7 +169,7 @@ features = [
169169
version = "0.49.1"
170170

171171
[build-dependencies]
172-
napi-build = "2.2.2"
172+
napi-build = "2.2.3"
173173

174174
[profile.release]
175175
codegen-units = 1

0 commit comments

Comments
 (0)