Skip to content

Commit d98dba4

Browse files
committed
Bump msrv for winnow
1 parent 7ad6f05 commit d98dba4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.64.0] # for winnow
9393
name: ubuntu / ${{ matrix.msrv }}
9494
steps:
9595
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "msql-srv"
33
version = "0.10.0"
44
edition = "2018"
5+
rust-version = "1.64.0"
56

67
description = "Bindings for emulating a MySQL/MariaDB server"
78
readme = "README.md"

0 commit comments

Comments
 (0)