From 58e6496558a01052537c5272169aea3e79ccbc8e 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(-) diff --git a/Cargo.toml b/Cargo.toml index 5b861a8..04c3f6f 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