diff options
| author | varkor <github@varkor.com> | 2019-10-14 00:37:55 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-10-25 23:26:27 +0100 |
| commit | b925eb5f42a70a481ae75495c25818c1cc4cea46 (patch) | |
| tree | 5379d14156a40815d28bc23eaade05b4e6cc8354 /src/librustc | |
| parent | 8042206657314dc5470fca8ce6ad82424034f40c (diff) | |
| download | rust-b925eb5f42a70a481ae75495c25818c1cc4cea46.tar.gz rust-b925eb5f42a70a481ae75495c25818c1cc4cea46.zip | |
Update bitflags
Diffstat (limited to 'src/librustc')
| -rw-r--r-- | src/librustc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml index 93274ef0c92..5b59924c353 100644 --- a/src/librustc/Cargo.toml +++ b/src/librustc/Cargo.toml @@ -11,7 +11,7 @@ doctest = false [dependencies] arena = { path = "../libarena" } -bitflags = "1.0" +bitflags = "1.2.1" fmt_macros = { path = "../libfmt_macros" } graphviz = { path = "../libgraphviz" } jobserver = "0.1" |
