Skip to content

Commit

Permalink
Fix dependency in README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Nov 8, 2024
1 parent 8027f4f commit bc7fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use **Rust GitHub Workflows** in your project, add it to your `Cargo.toml`:

```toml
[build-dependencies]
rust-gh-workflows = "1"
gh-workflow = "0.1"
```

Then you can start creating GitHub Actions in your [build.rs](https://github.com/tailcallhq/rust-gh-workflows/blob/main/workspace/gh-workflow-gen/build.rs).
Expand Down

0 comments on commit bc7fe0e

Please sign in to comment.