Skip to content

Commit ff153e4

Browse files
committed
chore: Bump msrv
1 parent 1176dcd commit ff153e4

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/sqlformat.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- latest-nightly
2121
include:
2222
- conf: minimum
23-
toolchain: 1.65.0
23+
toolchain: 1.84.0
2424
- conf: latest-stable
2525
toolchain: stable
2626
- conf: latest-beta
@@ -50,16 +50,7 @@ jobs:
5050
uses: actions-rs-plus/clippy-check@v2.3.0
5151
with:
5252
args: --all -- -D warnings
53-
# FIXME: criterion and its dependencies require a newer version than 1.65, but it is only used for benchmarks.
54-
# Is there a way to not have criterion built when we run tests?
55-
- name: Run cargo check
56-
if: matrix.toolchain == '1.65.0'
57-
run: cargo check
5853
- name: Run tests
59-
if: matrix.toolchain != '1.65.0'
6054
run: cargo test
61-
- name: Build benchmarks
62-
if: matrix.toolchain == 'stable'
63-
run: cargo bench --no-run
6455
- name: Build docs
6556
run: cargo doc --no-deps

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sqlformat"
33
version = "0.3.5"
44
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
55
edition = "2021"
6-
rust-version = "1.65"
6+
rust-version = "1.84"
77
license = "MIT OR Apache-2.0"
88
homepage = "https://github.com/shssoichiro/sqlformat-rs"
99
repository = "https://github.com/shssoichiro/sqlformat-rs"

0 commit comments

Comments
 (0)