From f833717276c7b3f8f9b4706deed23f5fe7fc97ca Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 11 Apr 2020 13:22:45 -0500 Subject: [PATCH] Since we don't use the Rust version number, pin it to 0.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77ec1f8..90b7a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godot-tts" -version = "0.1.3" +version = "0.1.0" authors = ["Nolan Darilek "] edition = "2018"