Skip to content

Commit 0551596

Browse files
committed
This is 2.0.0
1 parent 3513e84 commit 0551596

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ project in your workflow. For example the following installs the latest version
3333
of [mdBook](https://github.com/rust-lang/mdBook).
3434

3535
```yaml
36-
- uses: extractions/setup-crate@v1
36+
- uses: extractions/setup-crate@v2
3737
with:
3838
repo: rust-lang/mdBook
3939
```
@@ -43,7 +43,7 @@ input. For example the following installs the latest `0.10.x` version of
4343
[just](https://github.com/casey/just).
4444

4545
```yaml
46-
- uses: extractions/setup-crate@v1
46+
- uses: extractions/setup-crate@v2
4747
with:
4848
repo: casey/just@0.10
4949
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-crate-action",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Install any Rust crate",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)