Skip to content

Commit

Permalink
Merge pull request #2126 from ehuss/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ehuss authored Jul 16, 2023
2 parents 8979706 + 28ce772 commit 49ba919
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 269 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: CI
on:
# Only run when merging to master, or open/synchronize/reopen a PR.
push:
branches:
- master
branches-ignore: [master]
pull_request:
merge_group:

jobs:
test:
Expand Down Expand Up @@ -32,7 +31,7 @@ jobs:
- build: msrv
os: ubuntu-20.04
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.65.0
rust: 1.66.0
steps:
- uses: actions/checkout@v3
- name: Install Rust
Expand Down
Loading

0 comments on commit 49ba919

Please sign in to comment.