1
1
mirror of https://github.com/oxalica/nil.git synced 2024-10-03 21:37:29 +03:00

Sync MSRV in README

Fixes #112
This commit is contained in:
oxalica 2023-11-08 14:05:37 +08:00
parent bd93024db6
commit 94ecd9c0aa
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
channel: [stable, beta]
include:
- os: ubuntu-latest
# Should be sync with Cargo.toml
# Should be sync with Cargo.toml and README.
channel: '1.70'
runs-on: ${{ matrix.os }}
steps:

View File

@ -13,7 +13,7 @@ members = [
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
# Should be sync with CI.
# Should be sync with CI and README.
rust-version = "1.70"
[profile.dev]

View File

@ -19,7 +19,7 @@ and is regularly updated.
- If you use `nix-env`, run `nix-env -iA nixpkgs.nil`
- If you use `nix profile`, run `nix profile install nixpkgs#nil`
- If you want to compile it from source:
1. Install stable Rust toolchain >= 1.62
1. Install stable Rust toolchain >= 1.70
1. Install nix >= 2.4 and make sure the binary `nix` is in your `PATH`.
1. Build and install via `cargo install --git https://github.com/oxalica/nil nil`