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

Commit 0da093c

Browse files
committed
chore(release): 0.4.0
1 parent 963f74c commit 0da093c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
config:
12-
- os: ubuntu-16.04
12+
- os: ubuntu-latest
1313
kind: test_release
1414
- os: macOS-latest
1515
kind: test_release
@@ -106,9 +106,9 @@ jobs:
106106
needs: build
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: bvm/[email protected]
110109
- name: Checkout
111110
uses: actions/checkout@v2
111+
- uses: bvm/[email protected]
112112
- name: Download artifacts
113113
uses: actions/download-artifact@v2
114114

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-rustfmt"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)