Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
| -rw-r--r-- | crates/cfg/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 8f9437d8e7..5c510db83b 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -17,10 +17,10 @@ tt = { path = "../tt", version = "0.0.0" } [dev-dependencies] mbe = { path = "../mbe" } syntax = { path = "../syntax" } -expect-test = "1.2.0-pre.1" -oorandom = "11" +expect-test = "1.2.2" +oorandom = "11.1.3" # We depend on both individually instead of using `features = ["derive"]` to microoptimize the # build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr` # supports `arbitrary`. This way, we avoid feature unification. -arbitrary = "1" -derive_arbitrary = "1" +arbitrary = "1.1.0" +derive_arbitrary = "1.1.0" |