Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-11 20:20:47 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-11 20:23:58 +0300
commit580acab20f9b9c4e5441b461859c00a99c1deee2 (patch)
tree27eec816dde92e68f1b126896af694e67b24738d /.github/workflows/ci.yml
parent901cadaa7451dc9d14a2b68928db55ea9b0a5bb5 (diff)
msrv: bump to 1.34.0
For now, we don't switch to Rust 2018 to avoid creating a larger-than-necessary divergence with the in-progress walkdir 3 rewrite.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f302fcd..d4a0e40 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,10 +24,10 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
- rust: 1.23.0
+ rust: 1.34.0
- build: pinned-win
os: windows-2019
- rust: 1.23.0
+ rust: 1.34.0
- build: stable
os: ubuntu-18.04
rust: stable