We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52611e0 commit 9d20b55Copy full SHA for 9d20b55
.github/workflows/check.yml
@@ -89,7 +89,7 @@ jobs:
89
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
90
strategy:
91
matrix:
92
- msrv: [1.64.0] # for winnow
+ msrv: [1.66.0] # for jobserver
93
name: ubuntu / ${{ matrix.msrv }}
94
steps:
95
- uses: actions/checkout@v4
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "msql-srv"
3
version = "0.10.0"
4
edition = "2018"
5
-rust-version = "1.64.0"
+rust-version = "1.66.0"
6
7
description = "Bindings for emulating a MySQL/MariaDB server"
8
readme = "README.md"
0 commit comments