Skip to content

Commit 27ba093

Browse files
committed
Rust 1.86.0
1 parent 6594052 commit 27ba093

File tree

4 files changed

+127
-5
lines changed

4 files changed

+127
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note that to build Rust version X you need to have version X or X-1 versoin.
77
Usage example:
88

99
```
10-
RUST_BOOTSTRAP=~/rustc-1.81.0/bin ./build.sh
10+
RUST_BOOTSTRAP=~/.rust_solaris/rustc-1.85.0/bin ./build.sh
1111
```
1212

1313
Ultimately Rust should install in standard manner (rustup). But we are not there yet..

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
set -xe
66

7-
VERSION=1.85.0
7+
VERSION=1.86.0
88

99
PATH=$RUST_BOOTSTRAP:/usr/gnu/bin:/usr/bin
1010

0 commit comments

Comments
 (0)