``` rust [package] authors = [] name = "test" version = "0.1.0" [dependencies] crossbeam = {} ``` `cargo build` runs fine, downloading the latest crossbeam. (It seems to act somewhat like `"*"`.) cc @alexcrichton