Skip to content

Commit cbbc93b

Browse files
committed
Merge pull request #65 from cmr/gh-pages
musl is not stylized as MUSL
2 parents bb5c684 + a9f3dbe commit cbbc93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2015-06-25-Rust-1.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ features:
2929
* *New `std::fs` APIs*. This release stabilizes a
3030
[large set of extensions](https://github.com/rust-lang/rfcs/pull/1044) to the
3131
filesystem APIs, making it possible, for example, to compile Cargo on stable Rust.
32-
* *MUSL support*. It's
32+
* *musl support*. It's
3333
[now possible](https://github.com/rust-lang/rust/pull/24777) to target
34-
[MUSL](http://www.musl-libc.org/) on Linux. Binaries built this way are
34+
[musl](http://www.musl-libc.org/) on Linux. Binaries built this way are
3535
statically linked and have zero dependencies. Nightlies are on the way.
3636
* *`cargo rustc`*. It's now possible to build a Cargo package while passing
3737
arbitrary flags to the final `rustc` invocation.

0 commit comments

Comments
 (0)