Skip to content

Commit 7d71975

Browse files
authored
rust fixes (#191)
* Bump Rust version * Colin's PR has been merged! * Metadata updates * Joke failed
1 parent a8fa72c commit 7d71975

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Cargo.toml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "google-fonts-languages"
3-
version = "0.6.3"
3+
version = "0.7.1"
44
edition = "2021"
5+
description = "Google Fonts script and language support data"
6+
repository = "https://github.com/googlefonts/lang"
7+
license-file = "LICENSE.txt"
58

69
[dependencies]
710
bytes = "1.7.1"
@@ -11,10 +14,10 @@ serde_json = "1.0"
1114

1215
[build-dependencies]
1316
prost-build = "0.13"
14-
protobuf-support = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" }
15-
protobuf = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" }
16-
protobuf-parse = { git = "https://github.com/cmyr/rust-protobuf", branch = "parse-unicode-strings" }
17-
glob = "*" # This is a joke.
17+
protobuf-support = "3.7.1"
18+
protobuf = "3.7.1"
19+
protobuf-parse = "3.7.1"
20+
glob = "0"
1821
prettyplease = "0.2"
1922
quote = "1.0"
2023
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)