Skip to content

Commit

Permalink
chore: up napi version
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Oct 7, 2024
1 parent 9b5923e commit 1b6e1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b6e1d5

Please sign in to comment.