Skip to content

Commit

Permalink
Remove pinned version (MSRV) guarantee
Browse files Browse the repository at this point in the history
It's barely necessary since this is a binary project, not a library project.
  • Loading branch information
foresterre committed Oct 4, 2020
1 parent ab8ebf6 commit e652b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# pinned rust version :: ubuntu
- build: pinned
os: ubuntu-18.04
rust: 1.42.0
rust: 1.43.0

# latest rust stable :: ubuntu
- build: stable
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ Pre build binary: see [releases](https://github.com/foresterre/sic/releases).

From the source:
- Setup rust and cargo (for example using [rustup](https://rustup.rs/)) <br>
Current [MSRV](https://github.com/foresterre/cargo-msrv): 1.35 (edition 2018 is required);
we aim to always develop against the latest stable release.
- Clone this repo: `git clone https://github.com/foresterre/sic.git`
- Switch to this repo: `cd sic`
- Build a release: `cargo build --release`

**MSRV when building from source:**

Expects development against the latest Rust stable version, but may work on older versions.

### Usage

Expand Down

0 comments on commit e652b45

Please sign in to comment.