aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-04-02 21:06:17 +0200
committerHampusM <hampus@hampusmat.com>2023-04-02 21:10:28 +0200
commitea61544764691088c76cbfb77f429fe7b12bdb23 (patch)
tree4e3e336df0b4c2d00545e45d9e9df29e6cea4b95 /Cargo.toml
parent86f41e49f87764f9afd4be1d0d008a320dcfc331 (diff)
test: use ridicule 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6335e55..880516b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ thiserror = "1.0.38"
[dev-dependencies]
pretty_assertions = "1.3.0"
criterion = "0.4.0"
-ridicule = { git = "https://git.hampusmat.com/ridicule" }
+ridicule = "0.3.0"
[[bench]]
name = "registry"