feat: bump msrv to 1.65 (#1755)
This commit is contained in:
parent
68d2cfd51b
commit
9db4581d7f
7 changed files with 9 additions and 9 deletions
6
.github/workflows/test-release.yaml
vendored
6
.github/workflows/test-release.yaml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
||||||
yarn test --verbose
|
yarn test --verbose
|
||||||
yarn tsc -p examples/napi/tsconfig.json --noEmit
|
yarn tsc -p examples/napi/tsconfig.json --noEmit
|
||||||
yarn test:macro
|
yarn test:macro
|
||||||
toolchain: 1.63.0
|
toolchain: 1.65.0
|
||||||
- host: macos-latest
|
- host: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
build: yarn build:test
|
build: yarn build:test
|
||||||
|
@ -113,10 +113,10 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
exclude:
|
exclude:
|
||||||
- settings:
|
- settings:
|
||||||
toolchain: 1.63.0
|
toolchain: 1.65.0
|
||||||
node: 18
|
node: 18
|
||||||
- settings:
|
- settings:
|
||||||
toolchain: 1.63.0
|
toolchain: 1.65.0
|
||||||
node: 20
|
node: 20
|
||||||
- settings:
|
- settings:
|
||||||
target: i686-pc-windows-msvc
|
target: i686-pc-windows-msvc
|
||||||
|
|
|
@ -6,7 +6,7 @@ license = "MIT"
|
||||||
name = "napi-derive-backend"
|
name = "napi-derive-backend"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.63"
|
rust-version = "1.65"
|
||||||
version = "1.0.52"
|
version = "1.0.52"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "napi-build"
|
name = "napi-build"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.63"
|
rust-version = "1.65"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||||
name = "napi-derive"
|
name = "napi-derive"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.63"
|
rust-version = "1.65"
|
||||||
version = "2.13.0"
|
version = "2.13.0"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||||
name = "napi"
|
name = "napi"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.63"
|
rust-version = "1.65"
|
||||||
version = "2.13.3"
|
version = "2.13.3"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -24,7 +24,7 @@ A framework for building compiled `Node.js` add-ons in `Rust` via Node-API. Webs
|
||||||
|
|
||||||
## MSRV
|
## MSRV
|
||||||
|
|
||||||
**Rust** `1.63.0`
|
**Rust** `1.65.0`
|
||||||
|
|
||||||
| | node12 | node14 | node16 | node18 | node20 |
|
| | node12 | node14 | node16 | node18 | node20 |
|
||||||
| --------------------- | ------ | ------ | ------ | ------ | ------ |
|
| --------------------- | ------ | ------ | ------ | ------ | ------ |
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "napi-sys"
|
name = "napi-sys"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.63"
|
rust-version = "1.65"
|
||||||
version = "2.2.3"
|
version = "2.2.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue