Skip to content

Commit

Permalink
chore: use dtolnay/rust-toolchain instead of actions-rs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus authored Nov 8, 2024
1 parent 9880aa2 commit 9f7fe17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- uses: dtolnay/rust-toolchain@stable

- name: check buildability
run: cargo check
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<h1 align="center">worker-bindings</h1>
<p align="center">Automatically detect bindings in your `wrangler.toml` and bind them to a Rust struct</p>
<p align="center">Automatically detect <em>bindings</em> in <code>wrangler.toml</code> and bind them to a Rust struct</p>

<div align="right">
<img alt="test status of worker-bindings" src="https://github.com/ohkami-rs/worker-bindings/actions/workflows/CI.yaml/badge.svg"/>
<a href="https://github.com/ohkami-rs/worker-bindings/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/crates/l/worker-bindings.svg" /></a>
<a href="https://github.com/ohkami-rs/worker-bindings/actions"><img alt="CI status" src="https://github.com/ohkami-rs/worker-bindings/actions/workflows/CI.yaml/badge.svg"/></a>
<a href="https://crates.io/crates/worker-bindings"><img alt="crates.io" src="https://img.shields.io/crates/v/worker-bindings" /></a>
</div>

Expand Down

0 comments on commit 9f7fe17

Please sign in to comment.