From e20e7de3e0d1c05ef235d169423c3edffeb865e9 Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" Date: Mon, 25 Nov 2024 01:39:10 +0000 Subject: [PATCH] chore(deps): pin rust crate provwasm-test-tube from `0.2.0` to `=0.2.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c112f..d16dc33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,5 +49,5 @@ uuid = "=1.11.0" [dev-dependencies] provwasm-mocks = { version = "=2.5.0" } -provwasm-test-tube = "0.2.0" +provwasm-test-tube = "=0.2.0" uuid = { version = "=1.11.0", features = ["v4"] }