File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 36
36
matrix :
37
37
rust :
38
38
- stable
39
- - 1.70.0
39
+ - 1.74.1
40
40
- beta
41
41
- nightly
42
42
steps :
56
56
matrix :
57
57
rust :
58
58
- stable
59
- - 1.70.0
59
+ - 1.74.1
60
60
steps :
61
61
- uses : actions/checkout@v3
62
62
- uses : dtolnay/rust-toolchain@master
73
73
matrix :
74
74
rust :
75
75
- stable
76
- - 1.70.0
76
+ - 1.74.1
77
77
steps :
78
78
- uses : actions/checkout@v3
79
79
- uses : dtolnay/rust-toolchain@master
89
89
strategy :
90
90
matrix :
91
91
rust :
92
+ - 1.70.0
92
93
- 1.68.2
93
94
- 1.61.0
94
95
steps :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ project adheres to
20
20
for selector functions, but should replace the old css selector
21
21
implementation in release 0.29).
22
22
* Some other minor code cleanup.
23
+ * MSRV is now 1.74 for rsass-cli (and still 1.61 for the lib and macros).
23
24
* Updated sass-spec test suite to 2024-02-06.
24
25
25
26
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/kaj/rsass"
9
9
readme = " README.md"
10
10
license = " MIT OR Apache-2.0"
11
11
edition = " 2021"
12
- rust-version = " 1.70 .0"
12
+ rust-version = " 1.74 .0"
13
13
14
14
[[bin ]]
15
15
name = " rsass"
You can’t perform that action at this time.
0 commit comments