Skip to content

Commit 3385522

Browse files
authored
Merge pull request #105 from LucioFranco/lucio/downgrade-napi
downgrade to napi-6 from napi-8
2 parents 9c826a2 + 1d87ef8 commit 3385522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libsql = { version = "0.3.5", features = ["encryption"] }
1616
tracing = "0.1"
1717
once_cell = "1.18.0"
1818
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
19-
neon = "1.0.0"
19+
neon = { version = "1.0.0", default-features = false, features = ["napi-6"] }
2020

2121
[profile.release]
2222
lto = true

0 commit comments

Comments
 (0)