Update CI test rust versions to 1.61 and 1.63

This commit is contained in:
Steve Myers 2022-09-05 11:46:26 -05:00
parent d447aac9ae
commit 4f20966ddd
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
rust:
- version: 1.60.0 # STABLE
- version: 1.63.0 # STABLE
clippy: true
- version: 1.57.0 # MSRV
- version: 1.61.0 # MSRV
steps:
- name: checkout
uses: actions/checkout@v2

View File

@ -4,7 +4,7 @@ use std::path::{Path, PathBuf};
use std::str::FromStr;
use structopt::StructOpt;
#[derive(Debug, PartialEq)]
#[derive(Debug, Eq, PartialEq)]
pub enum Language {
Kotlin,
Python,