Skip to content

Commit 4eaef55

Browse files
committed
ports: initial nightly rust port
1 parent 59e0cab commit 4eaef55

File tree

3 files changed

+128
-712
lines changed

3 files changed

+128
-712
lines changed

bootstrap.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ sources:
5454
- name: rust
5555
subdir: 'bundled'
5656
git: 'https://github.com/rust-lang/rust.git'
57-
tag: '1.51.0'
58-
version: '1.51.0'
57+
branch: 'master'
58+
commit: '22e491ac7ed454d34669151a8b6464cb643c9b41'
5959

6060
- name: rust-libc
6161
subdir: 'bundled'
62-
git: 'https://github.com/rust-lang/libc.git'
63-
tag: '0.2.93'
64-
version: '0.2.93'
62+
git: 'https://github.com/Andy-Python-Programmer/libc.git'
63+
branch: 'master'
64+
commit: '9d6a6ee0c3973be6ea9ff48dac1e8fe3b177cf45'
6565

6666
- name: llvm
6767
subdir: 'bundled'

0 commit comments

Comments
 (0)