diff options
author | HampusM <hampus@hampusmat.com> | 2023-04-02 21:06:17 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-04-02 21:10:28 +0200 |
commit | ea61544764691088c76cbfb77f429fe7b12bdb23 (patch) | |
tree | 4e3e336df0b4c2d00545e45d9e9df29e6cea4b95 /Cargo.toml | |
parent | 86f41e49f87764f9afd4be1d0d008a320dcfc331 (diff) |
test: use ridicule 0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |