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 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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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 |
|
||||
| --------------------- | ------ | ------ | ------ | ------ | ------ |
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue