mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05: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
fcc965e81a
commit
a6441dd4e0
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"] }
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.5.0"
|
||||
prost-build = "0.6.1"
|
||||
fluent-syntax = "0.9.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue