diff --git a/native/Cargo.toml b/native/Cargo.toml index 2f91384..c370104 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["dylib"] neon-build = "0.3.1" [dependencies] -neon = "0.3.1" +neon = "0.10.1" [dependencies.rusqlite] path = "./src/rusqlite"