Skip to content

Commit edab9fe

Browse files
authored
update MSRV (#401)
1 parent 6c9a90b commit edab9fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v2
2828
- id: set-versions
2929
run: |
30-
MSRV=$(grep -oP 'rust-version\s*=\s*"\K[^"]+' ./refinery/Cargo.toml)
30+
MSRV=$(grep -oP 'rust-version\s*=\s*"\K[^"]+' ./Cargo.toml)
3131
echo "versions=['stable', 'nightly', '$MSRV']" >> $GITHUB_OUTPUT
3232
3333
cargo-fmt-clippy:

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ members = [
88
"examples",
99
]
1010

11+
[workspace.package]
12+
rust-version = "1.85"
13+
1114
[profile.release]
1215
codegen-units = 1
1316
lto = true

refinery/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "refinery"
33
version = "0.8.16"
4-
rust-version = "1.83"
54
authors = ["Katharina Fey <[email protected]>", "João Oliveira <[email protected]>"]
65
license = "MIT"
76
description = "Powerful SQL migration toolkit for Rust"

0 commit comments

Comments
 (0)