From 5b44c61dcfc9f1d70868b962af7768a735dc8a44 Mon Sep 17 00:00:00 2001 From: Ygg01 Date: Thu, 20 Feb 2025 11:37:41 +0100 Subject: [PATCH] Publish 0.5.4 string cache codegen --- string-cache-codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string-cache-codegen/Cargo.toml b/string-cache-codegen/Cargo.toml index 53c1f0f..a9660bd 100644 --- a/string-cache-codegen/Cargo.toml +++ b/string-cache-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string_cache_codegen" -version = "0.5.3" # Also update ../README.md when making a semver-breaking change +version = "0.5.4" # Also update ../README.md when making a semver-breaking change authors = [ "The Servo Project Developers" ] description = "A codegen library for string-cache, developed as part of the Servo project." license = "MIT OR Apache-2.0"