summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"]