Skip to content

Commit

Permalink
Auto merge of rust-lang#73238 - Mark-Simulacrum:stable-next, r=Mark-S…
Browse files Browse the repository at this point in the history
…imulacrum

[stable] 1.44.1 release

See release notes for details (or commits).
  • Loading branch information
bors committed Jun 13, 2020
2 parents 49cae55 + 9592e67 commit d107792
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ dependencies = [

[[package]]
name = "backtrace-sys"
version = "0.1.35"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
dependencies = [
"cc",
"compiler_builtins",
Expand Down Expand Up @@ -292,7 +292,7 @@ dependencies = [

[[package]]
name = "cargo"
version = "0.45.0"
version = "0.45.1"
dependencies = [
"anyhow",
"atty",
Expand Down Expand Up @@ -4397,7 +4397,7 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.4.14"
version = "1.4.16"
dependencies = [
"annotate-snippets",
"bytecount",
Expand Down
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 1.44.1 (2020-06-18)
===========================

* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
* [Fix fingerprinting for lld on Windows with dylib.][cargo/8290]
* [Don't hash executable filenames on apple platforms.][cargo/8329]
* [Fix crashes when finding backtrace on macOS.][71397]

[71397]: https://github.com/rust-lang/rust/issues/71397
[73078]: https://github.com/rust-lang/rust/issues/73078
[cargo/8290]: https://github.com/rust-lang/cargo/pull/8290
[cargo/8329]: https://github.com/rust-lang/cargo/pull/8329

Version 1.44.0 (2020-06-04)
==========================

Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use build_helper::output;
use crate::Build;

// The version number
pub const CFG_RELEASE_NUM: &str = "1.44.0";
pub const CFG_RELEASE_NUM: &str = "1.44.1";

pub struct GitInfo {
inner: Option<Info>,
Expand Down
3 changes: 3 additions & 0 deletions src/ci/docker/wasm32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ENV PATH=$PATH:/emsdk-portable
ENV PATH=$PATH:/emsdk-portable/upstream/emscripten/
ENV PATH=$PATH:/emsdk-portable/node/12.9.1_64bit/bin/
ENV BINARYEN_ROOT=/emsdk-portable/upstream/
ENV EMSDK=/emsdk-portable
ENV EM_CONFIG=/emsdk-portable/.emscripten
ENV EM_CACHE=/emsdk-portable/upstream/emscripten/cache

ENV TARGETS=wasm32-unknown-emscripten

Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustfmt

0 comments on commit d107792

Please sign in to comment.