Commit f72f2ee 1 parent f2e9559 commit f72f2ee Copy full SHA for f72f2ee
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- latest-nightly
21
21
include :
22
22
- conf : minimum
23
- toolchain : 1.62 .0
23
+ toolchain : 1.65 .0
24
24
- conf : latest-stable
25
25
toolchain : stable
26
26
- conf : latest-beta
@@ -55,13 +55,13 @@ jobs:
55
55
with :
56
56
token : ${{ secrets.GITHUB_TOKEN }}
57
57
args : -- -D warnings
58
- # FIXME: criterion and its dependencies require a newer version than 1.62 , but it is only used for benchmarks.
58
+ # FIXME: criterion and its dependencies require a newer version than 1.65 , but it is only used for benchmarks.
59
59
# Is there a way to not have criterion built when we run tests?
60
60
- name : Run cargo check
61
- if : matrix.toolchain == '1.62 .0'
61
+ if : matrix.toolchain == '1.65 .0'
62
62
run : cargo check
63
63
- name : Run tests
64
- if : matrix.toolchain != '1.62 .0'
64
+ if : matrix.toolchain != '1.65 .0'
65
65
run : cargo test
66
66
- name : Build benchmarks
67
67
if : matrix.toolchain == 'stable'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "sqlformat"
3
3
version = " 0.3.0"
4
4
authors = [
" Josh Holmer <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.62 "
6
+ rust-version = " 1.65 "
7
7
license = " MIT OR Apache-2.0"
8
8
homepage = " https://github.com/shssoichiro/sqlformat-rs"
9
9
repository = " https://github.com/shssoichiro/sqlformat-rs"
@@ -16,7 +16,7 @@ categories = ["development-tools"]
16
16
nom = " 7.0.0"
17
17
unicode_categories = " 0.1.1"
18
18
once_cell = " 1"
19
- regex = " = 1.6"
19
+ regex = " 1.6"
20
20
21
21
[dev-dependencies ]
22
22
criterion = " 0.4"
You can’t perform that action at this time.
0 commit comments