File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818
19- - uses : dtolnay/rust-toolchain@1.85 .0
19+ - uses : dtolnay/rust-toolchain@1.89 .0
2020 with :
2121 components : clippy, rustfmt
2222
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616
17- - uses : dtolnay/rust-toolchain@1.85 .0
17+ - uses : dtolnay/rust-toolchain@1.89 .0
1818 with :
1919 components : clippy, rustfmt
2020
4444 steps :
4545 - uses : actions/checkout@v4
4646
47- - uses : dtolnay/rust-toolchain@stable
47+ - uses : dtolnay/rust-toolchain@1.89.0
4848 with :
4949 targets : ${{ matrix.target }}
5050
7979 steps :
8080 - uses : actions/checkout@v4
8181
82- - uses : dtolnay/rust-toolchain@1.85 .0
82+ - uses : dtolnay/rust-toolchain@1.89 .0
8383
8484 - uses : Swatinem/rust-cache@v2
8585
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ uninlined_format_args = "deny"
9999name = " mindtape"
100100version = " 0.1.0"
101101edition = " 2024"
102- rust-version = " 1.85 "
102+ rust-version = " 1.89 "
103103description = " A file-based task tracker using Typst files as the source of truth"
104104repository = " https://github.com/mlavrinenko/mindtape"
105105license = " MIT"
Original file line number Diff line number Diff line change 22name = " mindtape-eval"
33version = " 0.1.0"
44edition = " 2024"
5- rust-version = " 1.85 "
5+ rust-version = " 1.89 "
66description = " Typst evaluation and task extraction for MindTape"
77repository = " https://github.com/mlavrinenko/mindtape"
88license = " MIT"
Original file line number Diff line number Diff line change 22name = " mindtape-store"
33version = " 0.1.0"
44edition = " 2024"
5- rust-version = " 1.85 "
5+ rust-version = " 1.89 "
66description = " Store trait and SQLite backend for MindTape"
77repository = " https://github.com/mlavrinenko/mindtape"
88license = " MIT"
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.85 .0"
2+ channel = " 1.89 .0"
33components = [" clippy" , " rustfmt" ]
You can’t perform that action at this time.
0 commit comments