0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00

Upgrade Rust to 1.41.0 (#264)

This commit is contained in:
Ryan Dahl 2020-01-30 21:58:05 -05:00 committed by GitHub
parent 4f449b6ec6
commit d5ae74cfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: Install rust - name: Install rust
uses: hecrj/setup-rust-action@v1 uses: hecrj/setup-rust-action@v1
with: with:
rust-version: "1.40.0" rust-version: "1.41.0"
- name: Install python - name: Install python
uses: actions/setup-python@v1 uses: actions/setup-python@v1

View file

@ -3,7 +3,7 @@
export COMMITDATE=2020-01-30T00:37:18.000Z export COMMITDATE=2020-01-30T00:37:18.000Z
git submodule foreach 'git remote rm upstream; true' && git submodule foreach 'git remote rm upstream; true' &&
git -C build remote add upstream https://chromium.googlesource.com/chromium/src/build && git -C build remote add upstream https://chromium.googlesource.com/chromium/src/build &&
git -C buildtools remote add upstream https://chromium.googlesource.com/chromium/src/buildtools && git -C buildtools remote add upstream https://chromium.googlesource.com/chromium/src/buildtools &&
git submodule foreach 'git remote add upstream `git remote get-url origin`; true' && git submodule foreach 'git remote add upstream `git remote get-url origin`; true' &&