From daa2ebe4eb4394332ae3acaaa579b3cb18ea2f21 Mon Sep 17 00:00:00 2001 From: Qrius Date: Fri, 3 Jan 2025 07:20:08 +0100 Subject: Remove guile as default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ec0d03..c85f857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" default-run = "skaldpress" [features] -default = ["time", "markdown", "deadlinks", "guile", "readline"] +default = ["time", "markdown", "deadlinks", "readline"] time = ["dep:chrono"] markdown = ["dep:markdown"] deadlinks = ["dep:minreq"] -- cgit v1.2.3