From: Simon Cozens Date: Mon, 18 Nov 2024 13:11:59 +0000 (+0000) Subject: rust fixes (#191) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d71975ee699566498f4e4aa7f99e0d4794bfbcb;p=thirdparty%2Fgoogle%2Ffonts.git rust fixes (#191) * Bump Rust version * Colin's PR has been merged! * Metadata updates * Joke failed --- diff --git a/Cargo.toml b/Cargo.toml index 90cf6dddeb..453396d367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "google-fonts-languages" -version = "0.6.3" +version = "0.7.1" edition = "2021" +description = "Google Fonts script and language support data" +repository = "https://github.com/googlefonts/lang" +license-file = "LICENSE.txt" [dependencies] bytes = "1.7.1" @@ -11,10 +14,10 @@ serde_json = "1.0" [build-dependencies] prost-build = "0.13" -protobuf-support = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" } -protobuf = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" } -protobuf-parse = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" } -glob = "*" # This is a joke. +protobuf-support = "3.7.1" +protobuf = "3.7.1" +protobuf-parse = "3.7.1" +glob = "0" prettyplease = "0.2" quote = "1.0" proc-macro2 = "1.0"