aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-07-09 10:54:47 -0700
committerJack O'Connor <[email protected]>2024-07-09 10:54:47 -0700
commit7ff69443d018f46e52f7678ed42c2b812c002805 (patch)
tree1903c9f9ddb47d2f321ca967ef3153154043ae64
parent524ce1cc3ec2dd41ec410ea15683e4257e376f83 (diff)
bump the MSRV to 1.67.1
This is the current MSRV of `cc`.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e93ecb3..11a763e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
# https://github.com/rust-lang/libs-team/issues/72.
# This test target is here so that we notice if we accidentally bump
# the MSRV, but it's not a promise that we won't bump it.
- "1.66.1",
+ "1.67.1",
]
steps: