From c6298ef09211917c4b3bac75835ff717086f5a4f Mon Sep 17 00:00:00 2001 From: Bizzonium Date: Sat, 24 Sep 2022 14:58:42 +0300 Subject: [PATCH] Chore: version 3.3.0 -> 3.3.0-ss220 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a6e9bf..4122669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2532,7 +2532,7 @@ dependencies = [ [[package]] name = "rust-g" -version = "3.3.0" +version = "3.3.0-ss220" dependencies = [ "aho-corasick", "ammonia", diff --git a/Cargo.toml b/Cargo.toml index 847fa89..134a620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-g" edition = "2021" -version = "3.3.0" +version = "3.3.0-ss220" authors = [ "Bjorn Neergaard ", "Tad Hardesty ",