Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/ferric-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license = "MIT"
crate-type = ["cdylib"]

[dependencies.napi]
version = "3.0.0-alpha"
version = "3.1"
default-features = false
# see https://nodejs.org/api/n-api.html#node-api-version-matrix
features = ["napi3"]

[dependencies.napi-derive]
version = "3.0.0-alpha"
version = "3.1"
features = ["type-def"]

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/ferric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "tsx src/run.ts"
},
"dependencies": {
"@napi-rs/cli": "3.0.0-alpha.89",
"@napi-rs/cli": "~3.0.3",
"@commander-js/extra-typings": "^13.1.0",
"bufout": "^0.3.2",
"chalk": "^5.4.1",
Expand Down