Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 23, 2021
1 parent 963f74c commit 0da093c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-16.04
- os: ubuntu-latest
kind: test_release
- os: macOS-latest
kind: test_release
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: bvm/gh-action@v1.1.0
- name: Checkout
uses: actions/checkout@v2
- uses: bvm/gh-action@v1.1.0
- name: Download artifacts
uses: actions/download-artifact@v2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-rustfmt"
version = "0.3.0"
version = "0.4.0"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 0da093c

Please sign in to comment.