Skip to content

Commit

Permalink
update to 0.7.0+20240821.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 3, 2024
1 parent 2fb874f commit 90031e0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ md5 = "0.7.0"
newline-converter = "0.3.0"
oauth2 = "4.4.2"
open = "4.2.0"
oxide = { path = "sdk", version = "0.6.0" }
oxide-httpmock = { path = "sdk-httpmock", version = "0.6.0" }
oxide = { path = "sdk", version = "0.7.0" }
oxide-httpmock = { path = "sdk-httpmock", version = "0.7.0" }
oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
predicates = "3.1.2"
pretty_assertions = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-cli"
description = "CLI for the Oxide rack"
version = "0.6.1+20240710.0"
version = "0.7.0+20240821.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/cli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxide",
"version": "0.6.1+20240710.0",
"version": "0.7.0+20240821.0",
"about": "Control an Oxide environment",
"args": [
{
Expand Down
2 changes: 1 addition & 1 deletion sdk-httpmock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-httpmock"
description = "httpmock for the Oxide rack API"
version = "0.6.0+20240710.0"
version = "0.7.0+20240821.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide"
description = "SDK for the Oxide rack"
version = "0.6.0+20240710.0"
version = "0.7.0+20240821.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down

0 comments on commit 90031e0

Please sign in to comment.