Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xtask/templates/install-command.bash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automatically generated by https://github.com/qryxip/proposal-for-atcoder-language-update/tree/{{ git_rev }}
# Automatically generated by https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/tree/{{ git_rev }}

set -e

Expand Down Expand Up @@ -30,12 +30,12 @@ cat > ./Cargo.toml << EOF
EOF

# 1000行以上あるので、提案者のリポジトリからダウンロード
curl https://raw.githubusercontent.com/qryxip/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
curl https://raw.githubusercontent.com/rust-lang-ja/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO

# transitive dependenciesのライセンスについては:
# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml
# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml
# - https://github.com/qryxip/proposal-for-atcoder-language-update/actions
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml
# - https://github.com/rust-lang-ja/proposal-for-atcoder-language-update/actions

echo 'fn main() {}' > ./src/main.rs

Expand Down