diff options
author | Jesse Bakker <[email protected]> | 2021-01-03 13:43:29 +0000 |
---|---|---|
committer | Jesse Bakker <[email protected]> | 2021-01-03 13:43:29 +0000 |
commit | c7e0c7f43aac177d04da1e535bf7bd6245454f43 (patch) | |
tree | 42b32f76e7cefa87d05719f3a7e19530d8dc7bab /crates/cfg | |
parent | b47c63a4bcefe93be3e5fe97b2a57489f13da493 (diff) |
Upgrade expect-test to 1.1
Diffstat (limited to 'crates/cfg')
-rw-r--r-- | crates/cfg/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index c68e391c1..73247d130 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml | |||
@@ -17,4 +17,4 @@ tt = { path = "../tt", version = "0.0.0" } | |||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | mbe = { path = "../mbe" } | 18 | mbe = { path = "../mbe" } |
19 | syntax = { path = "../syntax" } | 19 | syntax = { path = "../syntax" } |
20 | expect-test = "1.0" | 20 | expect-test = "1.1" |