Skip to content

Commit d35d487

Browse files
committed
Rollup merge of #55550 - alexcrichton:beta-bump, r=Mark-Simulacrum
2 parents 8d0fcd0 + dadaf12 commit d35d487

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
278278

279279
[[package]]
280280
name = "chalk-engine"
281-
version = "0.8.0"
281+
version = "0.8.1"
282282
source = "registry+https://github.com/rust-lang/crates.io-index"
283283
dependencies = [
284284
"chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1888,7 +1888,7 @@ dependencies = [
18881888
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
18891889
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
18901890
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1891-
"chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1891+
"chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
18921892
"flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
18931893
"fmt_macros 0.0.0",
18941894
"graphviz 0.0.0",
@@ -2425,7 +2425,7 @@ name = "rustc_traits"
24252425
version = "0.0.0"
24262426
dependencies = [
24272427
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2428-
"chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2428+
"chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
24292429
"graphviz 0.0.0",
24302430
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
24312431
"rustc 0.0.0",
@@ -3193,7 +3193,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31933193
"checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1"
31943194
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
31953195
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
3196-
"checksum chalk-engine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6749eb72e7d4355d944a99f15fbaea701b978c18c5e184a025fcde942b0c9779"
3196+
"checksum chalk-engine 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9adbe0fe1d6e937c3ee0571739a78f53c1de22f59df616060e868cf13c6c4ce5"
31973197
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
31983198
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
31993199
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"

src/stage0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2018-10-13
16-
rustc: beta
17-
cargo: beta
15+
date: 2018-10-25
16+
rustc: 1.30.0
17+
cargo: 0.31.0
1818

1919
# When making a stable release the process currently looks like:
2020
#

0 commit comments

Comments
 (0)