Skip to content

Commit

Permalink
ci: remove pkg downgrade section
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 8, 2024
1 parent 85a122c commit 8c9124d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: rustup default ${{ matrix.rust_version }}
- name: print rustc version
run: rustc --version
- name: downgrade `toml_edit`, time`, `toml_datetime` crate to support older Rust toolchain
if: matrix.rust_version == '1.67.0'
run: |
cargo update -p toml_edit --precise 0.21.0
# - name: downgrade `toml_edit`, time`, `toml_datetime` crate to support older Rust toolchain
# if: matrix.rust_version == '1.67.0'
# run: |
# cargo update -p toml_edit --precise 0.21.0
- name: Run tests
run: ./.github/test.sh

Expand Down

0 comments on commit 8c9124d

Please sign in to comment.