We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737b26c commit d4fc76fCopy full SHA for d4fc76f
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
# Define the Rust versions to test against
14
- rust-version: [ "1.70.0", "1.83.0", "1.84.0", "beta", "stable" ]
+ rust-version: [ "1.74.0", "1.83.0", "1.84.0", "beta", "stable" ]
15
16
steps:
17
- name: Checkout Repository
0 commit comments