Skip to content

Commit

Permalink
Bump dependencies, progenitor to 2f32cdef, oxide.json to omicron:2022…
Browse files Browse the repository at this point in the history
…0b89 (#884)
  • Loading branch information
oxide-reflector-bot[bot] authored Oct 15, 2024
1 parent 29bfd97 commit 9c1b888
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oxide.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://oxide.computer",
"email": "[email protected]"
},
"version": "20241009.0"
"version": "20241204.0"
},
"paths": {
"/device/auth": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/src/generated_sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48626,7 +48626,7 @@ pub mod types {
///
/// API for interacting with the Oxide control plane
///
/// Version: 20241009.0
/// Version: 20241204.0
pub struct Client {
pub(crate) baseurl: String,
pub(crate) client: reqwest::Client,
Expand Down Expand Up @@ -48679,7 +48679,7 @@ impl Client {
/// This string is pulled directly from the source OpenAPI
/// document and may be in any format the API selects.
pub fn api_version(&self) -> &'static str {
"20241009.0"
"20241204.0"
}
}

Expand Down

0 comments on commit 9c1b888

Please sign in to comment.