From 1b6e1d5a5ad2eedd6b581b1d2a1ede22c2aa8616 Mon Sep 17 00:00:00 2001 From: iosh Date: Mon, 7 Oct 2024 18:47:26 +0800 Subject: [PATCH] chore: up napi version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dffe34..1dd77b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ crate-type = ["cdylib"] [dependencies] cfxcore = { git = "https://github.com/Conflux-Chain/conflux-rust.git" } primitives = { git = "https://github.com/Conflux-Chain/conflux-rust.git" } -napi = "2" -napi-derive = "2" +napi = "3.0.0-alpha.13" +napi-derive = "3.0.0-alpha.13" client = { git = "https://github.com/Conflux-Chain/conflux-rust.git" } chrono = "0.4.38" parking_lot = "0.11"