diff options
author | Qrius <[email protected]> | 2025-01-15 13:29:51 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2025-01-15 13:29:51 +0100 |
commit | c335325ad76dc7620726d9797832e5fd85fc6e76 (patch) | |
tree | 97ac17a085a789aeac3cf45d066e57f3a69e5372 /Cargo.toml | |
parent | fc3922b4bf4d712b78ffcdd48abef958f78c36f6 (diff) | |
download | skaldpress-c335325ad76dc7620726d9797832e5fd85fc6e76.tar.gz skaldpress-c335325ad76dc7620726d9797832e5fd85fc6e76.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |