From: Simon Cozens Date: Wed, 7 May 2025 14:09:08 +0000 (+0100) Subject: This is 0.4.13 of the Rust crate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08042a34ae3fd29345b35bc8831cc875ca9cc955;p=thirdparty%2Fgoogle%2Ffonts.git This is 0.4.13 of the Rust crate --- diff --git a/Cargo.lock b/Cargo.lock index 7ab26e426..3f0ef6304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "google-fonts-axisregistry" -version = "0.4.12" +version = "0.4.13" dependencies = [ "bytes", "glob", diff --git a/Cargo.toml b/Cargo.toml index 5e63aea9a..d1a232223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-fonts-axisregistry" -version = "0.4.12" +version = "0.4.13" edition = "2021" description = "Google Fonts font axis support data" repository = "https://github.com/googlefonts/axisregistry"