mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the PubSub schema to include new API features.
Since the last time the PubSub v1 schema was fetched from Discovery in April, Google has added new API features: namely, subscription filters and retry policies. This update to the JSON schema and its generated code bring in support for these features.
This commit is contained in:
committed by
Sebastian Thiel
parent
6ad88cb773
commit
b6ee34dcff
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-pubsub1-cli"
|
||||
version = "1.0.13+20200403"
|
||||
version = "1.0.13+20200623"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Pubsub (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli"
|
||||
@@ -42,4 +42,4 @@ rustls = ["yup-oauth2/no-openssl"]
|
||||
|
||||
[dependencies.google-pubsub1]
|
||||
path = "../pubsub1"
|
||||
version = "1.0.13+20200403"
|
||||
version = "1.0.13+20200623"
|
||||
|
||||
Reference in New Issue
Block a user