Skip to content

Commit

Permalink
Change the minimum supported Rust version to 1.70.0
Browse files Browse the repository at this point in the history
This change is done to speed up integration since cargo uses the "sparse"
protocol for crates.io by default since this version.
  • Loading branch information
teiesti committed Nov 14, 2023
1 parent 31f7ac9 commit decae59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- stable
- beta
- nightly
- 1.67.0
- 1.70.0

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anthem"
version = "0.1.0-dev"
rust-version = "1.67.0"
rust-version = "1.70.0"
edition = "2021"
authors = ["Zach Hansen <[email protected]>", "Tobias Stolzmann <[email protected]>"]
description = "A translator between answer set programs and first-order logic"
Expand Down

0 comments on commit decae59

Please sign in to comment.