Skip to content

Commit d4e508d

Browse files
messenseemilio
authored andcommitted
Update MSRV to 1.54.0
Closes mozilla#740
1 parent 2f1202e commit d4e508d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cbindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal
44-
toolchain: 1.40.0
44+
toolchain: 1.54.0
4545

4646
- name: Build with minimum supported Rust version
4747
run: |
48-
cargo +1.40.0 test nonexistent-test --verbose
48+
cargo +1.54.0 test nonexistent-test --verbose
4949
5050
build:
5151

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)