mirror of
https://github.com/zerotier/zerotier-rust-api.git
synced 2026-05-22 16:26:25 -07:00
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:
Generated
+1
-1
@@ -1387,7 +1387,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zerotier-central-api"
|
||||
version = "1.1.0"
|
||||
version = "1.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user