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 7ad6f05 commit d98dba4Copy full SHA for d98dba4
.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.60.0]
+ msrv: [1.64.0] # for winnow
93
name: ubuntu / ${{ matrix.msrv }}
94
steps:
95
- uses: actions/checkout@v4
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "msql-srv"
3
version = "0.10.0"
4
edition = "2018"
5
+rust-version = "1.64.0"
6
7
description = "Bindings for emulating a MySQL/MariaDB server"
8
readme = "README.md"
0 commit comments