Skip to content

Commit 413a2f7

Browse files
committed
update version
1 parent 5b87a99 commit 413a2f7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ log = "0.4.21"
2929
newline-converter = "0.3.0"
3030
oauth2 = "4.4.2"
3131
open = "4.2.0"
32-
oxide = { path = "sdk", version = "0.3.0" }
33-
oxide-httpmock = { path = "sdk-httpmock", version = "0.3.0" }
32+
oxide = { path = "sdk", version = "0.4.0" }
33+
oxide-httpmock = { path = "sdk-httpmock", version = "0.4.0" }
3434
predicates = "3.1.0"
3535
pretty_assertions = "1.4.0"
3636
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide-cli"
33
description = "CLI for the Oxide rack"
4-
version = "0.3.0+0.0.6"
4+
version = "0.4.0+20240327.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

cli/docs/cli.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxide",
3-
"version": "0.3.0+0.0.6",
3+
"version": "0.4.0+20240327.0",
44
"args": [
55
{
66
"long": "cacert",

sdk-httpmock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide-httpmock"
33
description = "httpmock for the Oxide rack API"
4-
version = "0.3.0+0.0.6"
4+
version = "0.4.0+20240327.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide"
33
description = "SDK for the Oxide rack"
4-
version = "0.3.0+0.0.6"
4+
version = "0.4.0+20240327.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

0 commit comments

Comments
 (0)