Skip to content

Commit

Permalink
Get the better error messages from package 0.2.1 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein authored Apr 28, 2022
1 parent c3e1b98 commit c598def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hex = "0.4.3"
indicatif = { version = "0.16.2", features = ["rayon"] }
omicron-common = { path = "../common" }
omicron-sled-agent = { path = "../sled-agent" }
omicron-zone-package = { version = "0.2.0" }
omicron-zone-package = { version = "0.2.1" }
rayon = "1.5"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
ring = "0.16"
Expand Down

0 comments on commit c598def

Please sign in to comment.