From 8f3aa7ced2df89b3ce1b154876866a1981056bb4 Mon Sep 17 00:00:00 2001 From: Anton Whalley Date: Thu, 5 Jan 2023 14:59:47 +0000 Subject: [PATCH] fix: reference attributed rust-claim Signed-off-by: Anton Whalley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41ba67c..4f169b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ hyper_wasi = { version = "0.15", features = ["full"], optional = true } [dev-dependencies] rstest = "0.6" -claim = { git = "https://github.com/No9/rust-claim" } +claim = { git = "https://github.com/No9/rust-claim", rev="739d12b3d55c05ceb9a2b78cf0ca4ccb7455abdb" } version-sync = "0.9.2" serde_yaml = "0.8" rmp-serde = "1"