Skip to content

Commit

Permalink
Set minimum rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulkittykat committed Nov 6, 2024
1 parent dbbbe37 commit 1c5db72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ env:

jobs:
build:
strategy:
matrix:
rust-version: ["1.70", "stable"]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install OpenSSL
run: sudo apt-get install libssl-dev
- name: Install Rust
run: rustup default ${{ matrix.rust-version }}
- name: Add Target
run: rustup target add wasm32-unknown-unknown
- name: Build
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.7.0-alpha1"
authors = ["nasso <nassomails@gmail.com>"]
edition = "2018"
description = "Rust crate for the E621 API (a large online archive of furry art)."
rust-version = "1.70"
repository = "https://github.com/nasso/rs621"
readme = "README.md"
keywords = ["e621", "e926", "furry", "api", "client"]
Expand Down

0 comments on commit 1c5db72

Please sign in to comment.