Skip to content

Commit 0973b97

Browse files
committed
Bump MSRV to 1.80.0
Signed-off-by: Nico Burns <[email protected]>
1 parent 65432af commit 0973b97

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install toolchain
6666
uses: dtolnay/rust-toolchain@stable
6767
with:
68-
toolchain: 1.67.1
68+
toolchain: 1.80.0
6969

7070
- name: Build
7171
run: cargo build

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/c-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.45.1"
44
keywords = ["svg", "render", "raster", "c-api"]
55
license.workspace = true
66
edition = "2021"
7-
rust-version = "1.67.1"
7+
rust-version = "1.80.0"
88
workspace = "../.."
99

1010
[lib]

crates/resvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.45.1"
44
keywords = ["svg", "render", "raster"]
55
license.workspace = true
66
edition = "2021"
7-
rust-version = "1.67.1"
7+
rust-version = "1.80.0"
88
description = "An SVG rendering library."
99
repository = "https://github.com/linebender/resvg"
1010
exclude = ["tests"]

crates/usvg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.45.1"
44
keywords = ["svg"]
55
license.workspace = true
66
edition = "2021"
7-
rust-version = "1.65.0"
7+
rust-version = "1.80.0"
88
description = "An SVG simplification library."
99
categories = ["multimedia::images"]
1010
repository = "https://github.com/linebender/resvg"
@@ -38,7 +38,7 @@ siphasher = "1.0" # perfect hash implementation
3838
# text
3939
fontdb = { version = "0.23.0", default-features = false, optional = true }
4040
ttf-parser = { version = "0.25.1", optional = true }
41-
harfrust = { version = "0.1", optional = true }
41+
harfrust = { version = "0.2", optional = true }
4242
unicode-bidi = { version = "0.3", optional = true }
4343
unicode-script = { version = "0.5", optional = true }
4444
unicode-vo = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)