Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/query-group-macro/Cargo.toml')
| -rw-r--r-- | crates/query-group-macro/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/query-group-macro/Cargo.toml b/crates/query-group-macro/Cargo.toml index 116028b5ba..ec37619751 100644 --- a/crates/query-group-macro/Cargo.toml +++ b/crates/query-group-macro/Cargo.toml @@ -18,5 +18,5 @@ quote = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] } [dev-dependencies] -expect-test = "1.5.0" +expect-test = "1.5.1" salsa.workspace = true |