From 9c271b27ff03cf4976326090ff54e3b5dfc04962 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 24 Oct 2025 16:51:07 -0400 Subject: Raise minimum Rust version to 1.90. We've made stylistic changes that follow from Rust 1.86 through 1.89 anyways, and I'm not at all confident we aren't using APIs that only exist in those versions. --- Cargo.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c0648cd..a3d4594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,21 +2,20 @@ name = "pilcrow" version = "0.1.0" edition = "2024" -rust-version = "1.85" +rust-version = "1.90" authors = [ - "Owen Jacobson ", - "Kit La Touche ", + "Owen Jacobson ", + "Kit La Touche ", ] [package.metadata.deb] maintainer = "Owen Jacobson " maintainer-scripts = "debian" assets = [ - # Binaries - ["target/release/pilcrow", "/usr/bin/pilcrow", "755"], - - # Configuration - ["debian/default", "/etc/default/pilcrow", "644"], + # Binaries + ["target/release/pilcrow", "/usr/bin/pilcrow", "755"], + # Configuration + ["debian/default", "/etc/default/pilcrow", "644"], ] [package.metadata.deb.systemd-units] -- cgit v1.2.3