forked from dweinstein/rs-google-play
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prost dependency, re-generate googleplay.rs, bump version
- Loading branch information
Showing
3 changed files
with
119 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "googleplay-protobuf" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
authors = ["Bill Budington <[email protected]>"] | ||
build = "build.rs" | ||
license = "MIT" | ||
|
@@ -9,7 +9,7 @@ description = "The automatically generated types derived from the Google Play Pr | |
repository = "https://github.com/EFForg/rs-google-play/tree/master/googleplay-protobuf" | ||
|
||
[dependencies] | ||
prost = "0.12" | ||
prost = "0.13" | ||
|
||
[build-dependencies] | ||
prost-build = "0.12" | ||
prost-build = "0.13" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.