Skip to content

Commit 0ccf2dc

Browse files
committed
use release on crates.io
Created using spr 1.3.6-beta.1
1 parent 06f7d73 commit 0ccf2dc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ omicron-rpaths = { path = "rpaths" }
498498
omicron-sled-agent = { path = "sled-agent" }
499499
omicron-test-utils = { path = "test-utils" }
500500
omicron-workspace-hack = "0.1.0"
501-
omicron-zone-package = { git = "https://github.com/oxidecomputer/omicron-package", branch = "main" }
501+
omicron-zone-package = "0.12.0"
502502
oxide-client = { path = "clients/oxide-client" }
503503
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "b56afeeb14e0042cbd7bda85b166ed86ee17820e", features = [ "api", "std" ] }
504504
oxlog = { path = "dev-tools/oxlog" }

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6363
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6565
hashbrown = { version = "0.15.1" }
66-
heck = { version = "0.4.1" }
6766
hex = { version = "0.4.3", features = ["serde"] }
6867
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
7069
hyper = { version = "1.5.0", features = ["full"] }
7170
indexmap = { version = "2.6.0", features = ["serde"] }
7271
inout = { version = "0.1.3", default-features = false, features = ["std"] }
73-
itertools = { version = "0.10.5" }
72+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
73+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7474
lalrpop-util = { version = "0.19.12" }
7575
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7676
libc = { version = "0.2.162", features = ["extra_traits"] }
@@ -183,14 +183,14 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
183183
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
184184
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
185185
hashbrown = { version = "0.15.1" }
186-
heck = { version = "0.4.1" }
187186
hex = { version = "0.4.3", features = ["serde"] }
188187
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
189188
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
190189
hyper = { version = "1.5.0", features = ["full"] }
191190
indexmap = { version = "2.6.0", features = ["serde"] }
192191
inout = { version = "0.1.3", default-features = false, features = ["std"] }
193-
itertools = { version = "0.10.5" }
192+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
193+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
194194
lalrpop-util = { version = "0.19.12" }
195195
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
196196
libc = { version = "0.2.162", features = ["extra_traits"] }

0 commit comments

Comments
 (0)