We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7e884 commit b27f054Copy full SHA for b27f054
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- stable
18
- beta
19
- nightly
20
- - 1.64.0 # minimum supported version
+ - 1.70.0 # minimum supported version
21
continue-on-error: ${{ matrix.rust == 'nightly' }}
22
steps:
23
- uses: actions/checkout@v3
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## Unreleased
8
9
-## 0.27.3 - 2023-08-12
+## 0.27.3 - 2023-09-12
10
### Added
11
- Add `--checkout` flag to `path` command to force checkout if needed.
12
- Add `--no-checkout` flag to `update` command to prevent checkout after update if not needed.
0 commit comments