Skip to content

Commit b925eb5

Browse files
committed
Update bitflags
1 parent 8042206 commit b925eb5

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ dependencies = [
150150

151151
[[package]]
152152
name = "bitflags"
153-
version = "1.1.0"
153+
version = "1.2.1"
154154
source = "registry+https://github.com/rust-lang/crates.io-index"
155-
checksum = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
155+
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
156156

157157
[[package]]
158158
name = "blake2-rfc"

src/librustc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111

1212
[dependencies]
1313
arena = { path = "../libarena" }
14-
bitflags = "1.0"
14+
bitflags = "1.2.1"
1515
fmt_macros = { path = "../libfmt_macros" }
1616
graphviz = { path = "../libgraphviz" }
1717
jobserver = "0.1"

src/librustc_apfloat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "rustc_apfloat"
99
path = "lib.rs"
1010

1111
[dependencies]
12-
bitflags = "1.0"
12+
bitflags = "1.2.1"
1313
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }

src/librustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
test = false
1111

1212
[dependencies]
13-
bitflags = "1.0.4"
13+
bitflags = "1.2.1"
1414
cc = "1.0.1"
1515
num_cpus = "1.0"
1616
memmap = "0.6"

src/librustc_resolve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test = false
1111
doctest = false
1212

1313
[dependencies]
14-
bitflags = "1.0"
14+
bitflags = "1.2.1"
1515
log = "0.4"
1616
syntax = { path = "../libsyntax" }
1717
syntax_expand = { path = "../libsyntax_expand" }

src/librustc_target/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustc_target"
99
path = "lib.rs"
1010

1111
[dependencies]
12-
bitflags = "1.0"
12+
bitflags = "1.2.1"
1313
log = "0.4"
1414
rustc_data_structures = { path = "../librustc_data_structures" }
1515
rustc_serialize = { path = "../libserialize", package = "serialize" }

src/libsyntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "lib.rs"
1010
doctest = false
1111

1212
[dependencies]
13-
bitflags = "1.0"
13+
bitflags = "1.2.1"
1414
rustc_serialize = { path = "../libserialize", package = "serialize" }
1515
log = "0.4"
1616
scoped-tls = "1.0"

0 commit comments

Comments
 (0)