Skip to content

Commit 1fca482

Browse files
Beta for 1.29.0
1 parent 8961132 commit 1fca482

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

src/Cargo.lock

+7-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dependencies = [
226226
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
227227
"core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
228228
"crates-io 0.18.0",
229-
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
229+
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
230230
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
231231
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
232232
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -606,6 +606,11 @@ name = "crossbeam-utils"
606606
version = "0.4.1"
607607
source = "registry+https://github.com/rust-lang/crates.io-index"
608608

609+
[[package]]
610+
name = "crossbeam-utils"
611+
version = "0.5.0"
612+
source = "registry+https://github.com/rust-lang/crates.io-index"
613+
609614
[[package]]
610615
name = "crypto-hash"
611616
version = "0.3.1"
@@ -3131,6 +3136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31313136
"checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea"
31323137
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
31333138
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
3139+
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
31343140
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
31353141
"checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523"
31363142
"checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb"

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
#
5252
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
5353
# either automatically or manually.
54-
export RUST_RELEASE_CHANNEL=nightly
54+
export RUST_RELEASE_CHANNEL=beta
5555
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5656
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5757
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+4-4
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-07-27
16-
rustc: beta
17-
cargo: beta
15+
date: 2018-07-31
16+
rustc: 1.28.0
17+
cargo: 0.29.0
1818

1919
# When making a stable release the process currently looks like:
2020
#
@@ -34,4 +34,4 @@ cargo: beta
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
#dev: 1
37+
dev: 1

0 commit comments

Comments
 (0)