We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e1673 commit 78bb21aCopy full SHA for 78bb21a
profile-googlefonts/Cargo.toml
@@ -5,10 +5,10 @@ edition = "2021"
5
6
[dependencies]
7
fontspector-checkapi = { path = "../fontspector-checkapi" }
8
-protobuf = "3.5.0"
+protobuf ={ git = "https://github.com/cmyr/rust-protobuf", branch="parse-unicode-strings" }
9
itertools = "0.13.0"
10
11
chrono="0.4.38" # For metadata date checks
12
13
[build-dependencies]
14
-protobuf-codegen = "3.5.0"
+protobuf-codegen ={ git = "https://github.com/cmyr/rust-protobuf", branch="parse-unicode-strings" }
0 commit comments