summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-05-03 14:48:23 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-05-03 14:48:23 -0600
commit26ad012e5034bcf28f027860e4ae0f8ab7bcda8d (patch)
tree5ca2db4eaed0f88f04431c51d75e0369cf485550 /Cargo.toml
parentf9fcd71efd03bfa7e201b7d6ded6158e8b2e76fa (diff)
downloadlibrsvg-26ad012e5034bcf28f027860e4ae0f8ab7bcda8d.tar.gz
Bump the minimum Rust version to 1.65.0
Sigh, assert_cmd requires this now. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/825>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d66510d..2fc0b429 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ license = "LGPL-2.1-or-later"
homepage = "https://wiki.gnome.org/Projects/LibRsvg"
repository = "https://gitlab.gnome.org/GNOME/librsvg/"
edition = "2021"
-rust-version = "1.64.0"
+rust-version = "1.65.0"
[profile.overflow]
inherits = "release"