Skip to content

Commit 660d6d8

Browse files
authored
Merge pull request #23 from coredump-ch/update_facts
Update facts
2 parents 2f7de68 + aba9693 commit 660d6d8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

sections/getting_started.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ \subsection{Installing Rust}
1313

1414
\begin{frame}[fragile]{Rustup.rs}
1515
\begin{itemize}
16-
\item Makes it easy to install different Rust versions
17-
\item Successor of multirust
16+
\item Official installation method by now
17+
\item Makes it easy to:
18+
\begin{itemize}
19+
\item Install different Rust versions
20+
\item Install cross compilation toolchains
21+
\end{itemize}
1822
\item Written in Rust itself
1923
\pause\item Installing is easy:
2024
\begin{minted}{sh}

sections/what_is_rust.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ \section{What is Rust?}
2525
%%%
2626

2727
\begin{frame}{Quick Facts about Rust}
28-
(As of April 2017)
28+
(As of May 2017)
2929
\begin{itemize}
3030
\item Started by Mozilla employee Graydon Hoare
3131
\item First announced by Mozilla in 2010
3232
\item Community driven development
3333
\item First stable release: 1.0 in May 2015
34-
\item Latest stable release: 1.16.0
34+
\item Latest stable release: 1.17.0
3535
\item More than 60'000 commits on Github
3636
\item Largest well-known project written in Rust: Servo\footnote{\url{https://servo.org/}}
3737
\end{itemize}

0 commit comments

Comments
 (0)