summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-01-29 14:28:56 +0100
committerLaurenz <laurmaedje@gmail.com>2024-01-29 14:41:45 +0100
commita434cbb64eb96fd822e6c4a669cfa208c7dd5712 (patch)
treec184a95c383ae315163e9ada620eddc2f44dc8ce
parent23bb48b31ed5db40b390530a8947d48477ffd4a5 (diff)
Raise Rust version to 1.74
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 372ccabd..a11f24dd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@1.70.0
+ - uses: dtolnay/rust-toolchain@1.74.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
diff --git a/Cargo.toml b/Cargo.toml
index 62ff3ae0..4ae79576 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
version = "0.10.0"
-rust-version = "1.70" # also change in ci.yml
+rust-version = "1.74" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
homepage = "https://typst.app"