summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml15
1 files changed, 7 insertions, 8 deletions
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 <owen@grimoire.ca>",
- "Kit La Touche <kit@transneptune.net>",
+ "Owen Jacobson <owen@grimoire.ca>",
+ "Kit La Touche <kit@transneptune.net>",
]
[package.metadata.deb]
maintainer = "Owen Jacobson <owen@grimoire.ca>"
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]