Skip to content

Commit f3f27e5

Browse files
authored
Come back to 1.31
1 parent 867e391 commit f3f27e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
PROJECT_NAME: uutils
1313
PROJECT_DESC: "'Universal' (cross-platform) CLI utilities"
1414
PROJECT_AUTH: "uutils"
15-
RUST_MIN_SRV: "1.32.0"
15+
RUST_MIN_SRV: "1.31.0" ## v1.31.0 == "Rust 2018" (2018-12-06)
1616
RUST_COV_SRV: "2020-04-29" ## (~v1.45.0) supported rust version for code coverage; (date required/used by 'coverage') ## !maint: refactor when code coverage support is included in the stable channel
1717

1818
on: [push, pull_request]

0 commit comments

Comments
 (0)