blob: 7cfbf673946d1591a6135a5cd1a2776162fa6c9c [file] [log] [blame]
Alphan Ulusoy03d11142021-05-13 09:31:06 -04001// Copyright lowRISC contributors.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4{
5 name: "rustup",
6 target_dir: "rustup",
7
8 upstream: {
9 url: "https://github.com/rust-lang/rustup.git",
10 rev: "master",
11 },
12
13 mapping: [
14 {from: 'rustup-init.sh', to: 'rustup-init.sh'},
15 ]
16}