diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0e8621486..01f37d13a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,6 +29,9 @@ jobs: - uses: actions-rs/toolchain@v1 with: + # If this version is old enough to cause errors, or older than the + # TaskChampion MSRV, bump it to the MSRV of the currently-required + # TaskChampion package; if necessary, bump that version as well. toolchain: "1.73.0" # MSRV override: true diff --git a/Cargo.toml b/Cargo.toml index 7dabb449b..1e4fec553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,3 @@ members = [ ] resolver = "2" - -# All Rust dependencies are defined here, and then referenced by the -# Cargo.toml's in the members with `foo.workspace = true`. -[workspace.dependencies] -anyhow = "1.0" -ffizz-header = "0.5" -libc = "0.2.136" -pretty_assertions = "1" -regex = "^1.10.2" -taskchampion = "0.6"