From: Mark Thom Date: Sat, 12 Mar 2022 18:10:17 +0000 (-0700) Subject: Revert "Set minimum rust version in Cargo.toml" X-Git-Tag: v0.9.1~114^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Frevert-1347-min-rust-version;p=scryer-prolog.git Revert "Set minimum rust version in Cargo.toml" --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be88ab6f..ddb8e61d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,13 +38,3 @@ jobs: with: command: test args: --verbose --all --no-default-features --features num - msrv: - steps: - - name: Checkout sources - uses: actions/checkout@v2 - - name: Install cargo-msrv - uses: baptiste0928/cargo-install@v1.1.0 - with: - crate: cargo-msrv - - name: Verify MSRV - run: cargo msrv --verify diff --git a/Cargo.toml b/Cargo.toml index b9d8466d..193d6ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ license = "BSD-3-Clause" keywords = ["prolog", "prolog-interpreter", "prolog-system"] categories = ["command-line-utilities"] build = "build.rs" -rust-version = "1.57" [workspace] members = ["crates/num-rug-adapter", @@ -73,4 +72,4 @@ predicates-core = "1.0.2" serial_test = "0.5.1" [profile.release] -debug = true +debug = true \ No newline at end of file