You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundled dependencies now have a slightly more complicated structure,
so the test also needs to account for dependencies declared as below,
when determining the available versions of a crate.
```toml
rand_09 = { package = "rand", version = "0.9.2" } # pin
rand = "0.10.0" # pin
```
0 commit comments