Skip to content

Commit

Permalink
Merge branch 'master' into feature/bundle-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jun 8, 2020
2 parents 9c0617a + 6236252 commit a3b86fb
Show file tree
Hide file tree
Showing 293 changed files with 12,036 additions and 4,285 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: denoland
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: git config --global core.symlinks true

- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
# Use depth > 1, because sometimes we need to rebuild master and if
# other commits have landed it will become impossible to rebuild if
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.43.0"
rust-version: 1.44.0

- name: Install clippy and rustfmt
if: matrix.config.kind == 'lint'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"

- name: Cache
uses: denoland/github-actions-cache@stable-prerelease
uses: actions/cache@v2
with:
# Note: crates from the denoland/deno git repo always get rebuilt,
# and their outputs ('deno', 'libdeno.rlib' etc.) are quite big,
Expand Down
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Deno uses [Rust's Code of
Conduct](https://www.rust-lang.org/policies/code-of-conduct). In the
forums, every community member must follow the rules and values expressed
there. Please email ry@tinyclouds.org to report any instance of misconduct.
Loading

0 comments on commit a3b86fb

Please sign in to comment.