Skip to content

crate = {} is accepted as a dependency constraint #2147

@huonw

Description

@huonw
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions