]> Repositorios git - scryer-prolog.git/commitdiff
Revert "Set minimum rust version in Cargo.toml" revert-1347-min-rust-version origin/revert-1347-min-rust-version
authorMark Thom <[email protected]>
Sat, 12 Mar 2022 18:10:17 +0000 (11:10 -0700)
committerGitHub <[email protected]>
Sat, 12 Mar 2022 18:10:17 +0000 (11:10 -0700)
.github/workflows/test.yml
Cargo.toml

index be88ab6f6b5f5816a27c93d366a299bf04c611a3..ddb8e61d775fa3a776ad3eeb29e6ccdca1b09af1 100644 (file)
@@ -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/[email protected]
-        with:
-          crate: cargo-msrv
-      - name: Verify MSRV
-        run: cargo msrv --verify
index b9d8466df5134b02b760a7446ae57470683a1f39..193d6ce6dff81635de2715d45f5c1ff3ca69b260 100644 (file)
@@ -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