aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 04:20:43 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 04:20:43 +0300
commit337894528c3afd55826b3b766a3afa6c076ba5fa (patch)
treedc681fab3117ff051009022b38f9c81fa7bfbb7d /Cargo.toml
parent93cddf185195922a988741281fe8efbd69f2214c (diff)
downloadfparkan-337894528c3afd55826b3b766a3afa6c076ba5fa.tar.xz
fparkan-337894528c3afd55826b3b766a3afa6c076ba5fa.zip
build: upgrade Rust toolchain to 1.97.1
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 018fe73..3e92b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ members = [
[workspace.package]
version = "0.1.0"
edition = "2021"
-rust-version = "1.87"
+rust-version = "1.97"
license = "GPL-2.0-only"
repository = "https://github.com/valentineus/fparkan"