From aeeb41f9706987619df11d4fac652b3a2bb2c091 Mon Sep 17 00:00:00 2001 From: Penwing Date: Mon, 22 Jan 2024 21:29:12 +0100 Subject: [PATCH] fixed toml parse --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d0b330..48a02bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcifer" -version = "0.1.0.1" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html