Skip to content

Commit a0b8004

Browse files
Rebuilt with latest dependency updates
1 parent df53cbf commit a0b8004

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

oxide.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://oxide.computer",
88
"email": "api@oxide.computer"
99
},
10-
"version": "20250409.0.0"
10+
"version": "20250604.0.0"
1111
},
1212
"paths": {
1313
"/device/auth": {

sdk/src/generated_sdk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57428,7 +57428,7 @@ pub mod types {
5742857428
///
5742957429
/// API for interacting with the Oxide control plane
5743057430
///
57431-
/// Version: 20250409.0.0
57431+
/// Version: 20250604.0.0
5743257432
pub struct Client {
5743357433
pub(crate) baseurl: String,
5743457434
pub(crate) client: reqwest::Client,
@@ -57481,7 +57481,7 @@ impl Client {
5748157481
/// This string is pulled directly from the source OpenAPI
5748257482
/// document and may be in any format the API selects.
5748357483
pub fn api_version(&self) -> &'static str {
57484-
"20250409.0.0"
57484+
"20250604.0.0"
5748557485
}
5748657486
}
5748757487

0 commit comments

Comments
 (0)