From debc6116678d0bf91ba9dc5c2e814b948a257469 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 15 Jul 2022 11:57:31 -0400 Subject: [PATCH] Fix cargo checking propolis git repo every run (#1436) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 76804faf432..e5bb050967b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4134,7 +4134,7 @@ dependencies = [ [[package]] name = "propolis-client" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/propolis?rev=a9399a8007f9876e31ce152848e6ecc2a9e14283" +source = "git+https://github.com/oxidecomputer/propolis?rev=a9399a8007f9876e31ce152848e6ecc2a9e14283#a9399a8007f9876e31ce152848e6ecc2a9e14283" dependencies = [ "crucible", "reqwest",