Skip to content

Commit

Permalink
feat: MSRV to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Nov 4, 2023
1 parent 20d349c commit 7345f0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
rust: ["stable", "beta", "nightly", "1.65"]
exclude:
- rust: "1.65" # MSRV
flag: "--all-features"
flags:
- name: no default features
flags: --no-default-features
Expand All @@ -30,6 +34,9 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
- name: build
if: ${{ matrix.rust == '1.65' }} # MSRV
run: cargo build --workspace ${{ matrix.flags}}
- name: test ${{ matrix.flags.flags }}
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "foundry-compilers"
authors = ["Foundry Maintainers"]
version = "0.1.0"
rust-version = "1.65"
readme = "README.md"
license = "MIT OR Apache-2.0"
description = "Utilities for working with solidity compilers, namely solc"
Expand Down
File renamed without changes.

0 comments on commit 7345f0d

Please sign in to comment.