pin progenitor to 0.1.1 (#3)

api changes in 0.2.0 are breaking builds.  do this until we can further investigate API changes needed for 0.2.0+
This commit is contained in:
Grant Limberg
2023-01-24 19:39:19 -08:00
committed by GitHub
parent d628983d19
commit 17873cfcad
4 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -1387,7 +1387,7 @@ dependencies = [
[[package]]
name = "zerotier-central-api"
version = "1.1.0"
version = "1.2.1"
dependencies = [
"anyhow",
"chrono",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "zerotier-central-api"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
description = "ZeroTier Central API for Rust"
authors = ["Erik Hollensbe <erik.hollensbe@zerotier.com>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
@@ -17,5 +17,5 @@ serde_json = "1.0"
[build-dependencies]
anyhow = ">=0"
progenitor = ">=0"
progenitor = "0.1.1"
serde_json = "1.0"
+25
View File
@@ -1447,6 +1447,31 @@
"$ref": "#/components/schemas/OrganizationMember"
},
"description": "List of organization members"
},
"ssoConfig": {
"type": "object",
"$ref": "#/components/schemas/SsoConfig",
"description": "Organization wide SSO configuration"
}
}
},
"SsoConfig": {
"type": "object",
"properties": {
"clientId": {
"type": "string",
"example": "oidc-client-id",
"description": "OIDC Client ID"
},
"issuer": {
"type": "string",
"example": "https://example.com/oidc/auth",
"description": "OIDC Issuer URL"
},
"enabled": {
"type": "boolean",
"example": true,
"description": "Enabled flag for SSO"
}
}
},
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "zerotier-one-api"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
description = "OpenAPI bindings to the ZeroTierOne JSON API"
authors = ["Erik Hollensbe <erik.hollensbe@zerotier.com>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
@@ -17,5 +17,5 @@ serde_json = "1.0"
[build-dependencies]
anyhow = ">=0"
progenitor = ">=0"
progenitor = "0.1.1"
serde_json = "1.0"