summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-12-18 20:21:44 +0100
committerQrius <[email protected]>2024-12-18 20:21:44 +0100
commit861779e4c6b82f9f4bf09fd7e714ac5106b4455d (patch)
tree516fc9af893870bded3988e174f081f0d3d0b796 /Cargo.toml
parent1b59010b7da3b86aea6eb929d7efe37bdf735cd6 (diff)
downloadskaldpress-861779e4c6b82f9f4bf09fd7e714ac5106b4455d.tar.gz
skaldpress-861779e4c6b82f9f4bf09fd7e714ac5106b4455d.zip
Add some bindings and a workaround for resetting
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3665cb6..8e35973 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "skaldpress"
-version = "2.0.0"
+version = "2.1.0"
edition = "2021"
default-run = "skaldpress"
@@ -27,7 +27,3 @@ path = "src/skaldpress/main.rs"
[[bin]]
name = "smp"
path = "src/macro_processor/main.rs"
-
-[[bin]]
-name = "guiletest"
-path = "src/guile/main.rs"