From 5f49676d733c23af748aac4158512efab3bccd10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:48:19 +0000 Subject: [PATCH] Update Rust crate neon to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b26000..d7cd5b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ regex = "1" unicode-segmentation = "1.10.0" [dependencies.neon] -version = "0.10" +version = "1.0" default-features = false features = ["napi-1"]