From a18a98cddbf7289c2ba07b3bc0d5403899d3179a Mon Sep 17 00:00:00 2001 From: rewin Date: Mon, 30 Oct 2023 12:05:50 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a04c5b0f..d6e0fe54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "space_editor" -version = "0.1.0" +version = "0.2.2" edition = "2021" default-run = "space_editor" license = "MIT OR Apache-2.0"