From c335325ad76dc7620726d9797832e5fd85fc6e76 Mon Sep 17 00:00:00 2001 From: Qrius Date: Wed, 15 Jan 2025 13:29:51 +0100 Subject: Fix guile things --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c85f857..77bb4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "skaldpress" -version = "2.2.0" +version = "2.2.1" edition = "2021" default-run = "skaldpress" [features] -default = ["time", "markdown", "deadlinks", "readline"] +default = ["time", "markdown", "deadlinks", "guile", "readline"] time = ["dep:chrono"] markdown = ["dep:markdown"] deadlinks = ["dep:minreq"] -- cgit v1.2.3