Skip to content

Commit cf81e90

Browse files
author
Alan Hanson
committed
panic if self.dirty disagrees
1 parent 6ee42ed commit cf81e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
8888
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
8989

9090
# Crucible
91-
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "61913aa0749b8fc7745c40d2f5fc8ee01b92ac70" }
92-
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "61913aa0749b8fc7745c40d2f5fc8ee01b92ac70" }
91+
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "8a3d258f39b36ba9c129330999d1cb2519304d0c" }
92+
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "8a3d258f39b36ba9c129330999d1cb2519304d0c" }
9393

9494
# External dependencies
9595
anyhow = "1.0"

0 commit comments

Comments
 (0)