feat: bump msrv to 1.65 (#1755)

This commit is contained in:
LongYinan 2023-10-17 20:18:29 +08:00 committed by GitHub
parent 68d2cfd51b
commit 9db4581d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -82,7 +82,7 @@ jobs:
yarn test --verbose
yarn tsc -p examples/napi/tsconfig.json --noEmit
yarn test:macro
toolchain: 1.63.0
toolchain: 1.65.0
- host: macos-latest
target: x86_64-apple-darwin
build: yarn build:test
@ -113,10 +113,10 @@ jobs:
toolchain: stable
exclude:
- settings:
toolchain: 1.63.0
toolchain: 1.65.0
node: 18
- settings:
toolchain: 1.63.0
toolchain: 1.65.0
node: 20
- settings:
target: i686-pc-windows-msvc

View file

@ -6,7 +6,7 @@ license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.63"
rust-version = "1.65"
version = "1.0.52"
[package.metadata.workspaces]

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.63"
rust-version = "1.65"
version = "2.0.1"
[package.metadata.workspaces]

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.63"
rust-version = "1.65"
version = "2.13.0"
[package.metadata.workspaces]

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.63"
rust-version = "1.65"
version = "2.13.3"
[lib]

View file

@ -24,7 +24,7 @@ A framework for building compiled `Node.js` add-ons in `Rust` via Node-API. Webs
## MSRV
**Rust** `1.63.0`
**Rust** `1.65.0`
| | node12 | node14 | node16 | node18 | node20 |
| --------------------- | ------ | ------ | ------ | ------ | ------ |

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.63"
rust-version = "1.65"
version = "2.2.3"
[features]