From 75fc92289830c7fc7b99830fa8ca6e39f1aa0f50 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Sat, 12 Mar 2022 11:10:17 -0700 Subject: [PATCH] Revert "Set minimum rust version in Cargo.toml" --- .github/workflows/test.yml | 10 ---------- Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 12 deletions(-) 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 -- 2.54.0