# Stable
<div style="display: flex; justify-content: center;">
<div style="display: flex; justify-content: center; flex-direction: column; height: 60vh;">
<div style="text-align: center;">
<p><span style="font-size: 10.0em;">🏰</span></p>
<br/>
<p><span style="font-size: 1.5em;">Build something that lasts.</span></p>
</div>
</div>
</div>
<div class="hidden">
1.
2.
3. Rust is committed to stability --
4. what you built with Rust `1.0` should still build with Rust `1.78`.
5. and I had my own experience of this -- I wrote a log parser in my first workplace, left, and years later when I rejoined, it still compiled and ran!
6. Can you expect that kind of backward compatibility from most software? or your phone?
7. There are a handful of things that can make that claim.
</div>