From 449924a4aaec1a1d5f41773e01e00a3adfbae9a4 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Mon, 6 Oct 2025 08:31:47 +0200 Subject: [PATCH] fix? --- src/structs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structs.rs b/src/structs.rs index 79b92d3..304067c 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -40,6 +40,5 @@ pub struct Config { pub system: System, pub apt_source: Vec, pub packages: HashMap, // name, version - pub pinned_packages: Vec, pub options: Option, }