diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 01b8899b..7c53fd91 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -7,7 +7,7 @@ name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.57" -version = "1.0.44" +version = "1.0.45" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 02d0ea45..f13e113a 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -8,7 +8,7 @@ name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.57" -version = "2.11.1" +version = "2.11.2" [package.metadata.workspaces] independent = true @@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.6" -napi-derive-backend = { version = "1.0.44", path = "../backend" } +napi-derive-backend = { version = "1.0.45", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] } diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index 69668cf3..0af50857 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -8,7 +8,7 @@ name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.57" -version = "2.11.2" +version = "2.11.3" [package.metadata.docs.rs] all-features = true diff --git a/crates/napi/README.md b/crates/napi/README.md index f2d611af..fada604e 100644 --- a/crates/napi/README.md +++ b/crates/napi/README.md @@ -1,43 +1,18 @@ # napi-rs -Stake to support us - -chat - - > This project was initialized from [xray](https://github.com/atom/xray) -A minimal library for building compiled `Node.js` add-ons in `Rust`. +A framework for building compiled `Node.js` add-ons in `Rust` via Node-API. Website: https://napi.rs

+ + chat + -

- -## Ecosystem - -

- - Prisma - -   -   - - swc - -   -   - - Parcel - -   - - next.js -   - nextjs.svg - + Stake to support us

## Platform Support