Skip to content

Commit

Permalink
Merge pull request #56 from jonhoo/bump
Browse files Browse the repository at this point in the history
Bump mysql_common, mysql_async, and rustls
  • Loading branch information
jonhoo authored Dec 17, 2023
2 parents bb17e79 + 9d20b55 commit 846221f
Show file tree
Hide file tree
Showing 9 changed files with 441 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.60.0]
msrv: [1.66.0] # for jobserver
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
command: update
toolchain: nightly
args: -Zminimal-versions
# to mitigate the ="0" declaration in rust_mysql_common:
# https://github.com/blackbeam/rust_mysql_common/blob/1a493156bad0a4f40e0f3c4db9bbc40e498db726/Cargo.toml#L79
- name: cargo update -p bindgen
uses: actions-rs/cargo@v1
with:
command: update
args: -p [email protected]
- name: cargo test
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 846221f

Please sign in to comment.