Skip to content

Commit e2ba768

Browse files
committed
Bump MSRV to 1.75.0
Signed-off-by: Nico Burns <[email protected]>
1 parent d453f02 commit e2ba768

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.75.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.75.0"
88
description = "An SVG rendering library."
99
repository = "https://github.com/linebender/resvg"
1010
exclude = ["tests"]

crates/usvg/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"]
55
license.workspace = true
66
edition = "2021"
7-
rust-version = "1.65.0"
7+
rust-version = "1.75.0"
88
description = "An SVG simplification library."
99
categories = ["multimedia::images"]
1010
repository = "https://github.com/linebender/resvg"

0 commit comments

Comments
 (0)