Skip to content

Commit 9d20b55

Browse files
committed
Bump msrv for jobserver
1 parent 52611e0 commit 9d20b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

Cargo.toml

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

77
description = "Bindings for emulating a MySQL/MariaDB server"
88
readme = "README.md"

0 commit comments

Comments
 (0)