aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/bors.toml2
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/bors.toml b/.github/bors.toml
index 63d883f..0cf10c7 100644
--- a/.github/bors.toml
+++ b/.github/bors.toml
@@ -3,7 +3,7 @@ delete_merged_branches = true
required_approvals = 1
status = [
"ci-linux (stable)",
- "ci-linux (1.38.0)",
+ "ci-linux (1.40.0)",
"rustfmt",
"clippy",
]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7289085..8600054 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
include:
# Test MSRV
- - rust: 1.38.0
+ - rust: 1.40.0
# Test nightly but don't fail
- rust: nightly