From 861779e4c6b82f9f4bf09fd7e714ac5106b4455d Mon Sep 17 00:00:00 2001 From: Qrius Date: Wed, 18 Dec 2024 20:21:44 +0100 Subject: Add some bindings and a workaround for resetting --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3