Skip to content

Commit 68042d7

Browse files
committed
update crucible commit
1 parent 5ff9f00 commit 68042d7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ cookie = "0.18"
325325
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
326326
crossbeam = "0.8"
327327
crossterm = { version = "0.28.1", features = ["event-stream"] }
328-
# crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
329-
# crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
330-
# crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
331-
# crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
332-
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1"}
333-
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
334-
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
335-
crucible-common = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
328+
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
329+
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
330+
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
331+
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
332+
# crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1"}
333+
# crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
334+
# crucible-smf = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
335+
# crucible-common = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
336336
csv = "1.3.0"
337337
curve25519-dalek = "4"
338338
datatest-stable = "0.2.9"

package-manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ only_for_targets.image = "standard"
574574
# 3. Use source.type = "manual" instead of "prebuilt"
575575
source.type = "prebuilt"
576576
source.repo = "crucible"
577-
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
577+
source.commit = "74286f952a2953cd08512015076f0947050deba7"
578578
# The SHA256 digest is automatically posted to:
579579
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible.sha256.txt
580580
source.sha256 = "128fd9a949ad10eeeef074ee66dad3b40f5c265e14066e1c9000b335c0045a58"
@@ -586,7 +586,7 @@ service_name = "crucible_pantry_prebuilt"
586586
only_for_targets.image = "standard"
587587
source.type = "prebuilt"
588588
source.repo = "crucible"
589-
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
589+
source.commit = "74286f952a2953cd08512015076f0947050deba7"
590590
# The SHA256 digest is automatically posted to:
591591
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-pantry.sha256.txt
592592
source.sha256 = "0798960a54166f327b673363bf60759b273bf0ca4e4d39949cc296b2cb962dd2"
@@ -603,7 +603,7 @@ service_name = "crucible_dtrace"
603603
only_for_targets.image = "standard"
604604
source.type = "prebuilt"
605605
source.repo = "crucible"
606-
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
606+
source.commit = "74286f952a2953cd08512015076f0947050deba7"
607607
# The SHA256 digest is automatically posted to:
608608
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-dtrace.sha256.txt
609609
source.sha256 = "e6030eb1286426042efca82d2d35a481cbf0494970f0b77eb4bf83ec7cf4a958"

0 commit comments

Comments
 (0)