mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Update prost-build version to 0.6
This is the same version as Prost, and lets us reduce the number of deps we have to compile
This commit is contained in:
parent
e04cbfd7f8
commit
3867c20cfd
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@ reqwest = { version = "0.10.1", features = ["json", "native-tls-vendored"] }
|
||||||
reqwest = { version = "0.10.1", features = ["json"] }
|
reqwest = { version = "0.10.1", features = ["json"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.5.0"
|
prost-build = "0.6.1"
|
||||||
fluent-syntax = "0.9.2"
|
fluent-syntax = "0.9.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue