Skip to content

Commit 846221f

Browse files
authored
Merge pull request #56 from jonhoo/bump
Bump mysql_common, mysql_async, and rustls
2 parents bb17e79 + 9d20b55 commit 846221f

File tree

9 files changed

+441
-160
lines changed

9 files changed

+441
-160
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
9090
strategy:
9191
matrix:
92-
msrv: [1.60.0]
92+
msrv: [1.66.0] # for jobserver
9393
name: ubuntu / ${{ matrix.msrv }}
9494
steps:
9595
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
command: update
5555
toolchain: nightly
5656
args: -Zminimal-versions
57+
# to mitigate the ="0" declaration in rust_mysql_common:
58+
# https://github.com/blackbeam/rust_mysql_common/blob/1a493156bad0a4f40e0f3c4db9bbc40e498db726/Cargo.toml#L79
59+
- name: cargo update -p bindgen
60+
uses: actions-rs/cargo@v1
61+
with:
62+
command: update
63+
5764
- name: cargo test
5865
uses: actions-rs/cargo@v1
5966
with:

0 commit comments

Comments
 (0)