From 38a06e22d3f7f8270575c2d782501ec18f0be257 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Sun, 22 Mar 2026 23:49:13 -0700 Subject: [PATCH] uuid and 610 --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1a5e21b..fe26efc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2951,7 +2951,7 @@ dependencies = [ [[package]] name = "rust-g" -version = "6.0.2" +version = "6.1.0" dependencies = [ "aho-corasick", "ammonia", diff --git a/Cargo.toml b/Cargo.toml index b0bdc651..23777250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-g" edition = "2024" -version = "6.0.2" +version = "6.1.0" authors = [ "rust-g maintainer team", # current maintainers "Bjorn Neergaard ", # original author @@ -105,6 +105,7 @@ default = [ "time", "toml", "url", + "uuid" ] all = [