Skip to content

Commit 49ba919

Browse files
authored
Merge pull request #2126 from ehuss/update-deps
Update dependencies
2 parents 8979706 + 28ce772 commit 49ba919

File tree

4 files changed

+275
-269
lines changed

4 files changed

+275
-269
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: CI
22
on:
3-
# Only run when merging to master, or open/synchronize/reopen a PR.
43
push:
5-
branches:
6-
- master
4+
branches-ignore: [master]
75
pull_request:
6+
merge_group:
87

98
jobs:
109
test:
@@ -32,7 +31,7 @@ jobs:
3231
- build: msrv
3332
os: ubuntu-20.04
3433
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
35-
rust: 1.65.0
34+
rust: 1.66.0
3635
steps:
3736
- uses: actions/checkout@v3
3837
- name: Install Rust

0 commit comments

Comments
 (0)