Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Mar 28, 2024
1 parent 2a6a9a1 commit 6dae7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy
components: rustfmt
- name: Format
run: cargo fmt --all -- --check
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ uuid = { version = "0.8", features = ["v4"] }

[dev-dependencies]
rtrb = "0.2"
softbuffer = { version = "0.3.4", default-features = false, features = ["x11"] }
softbuffer = "0.3.4"

[workspace]
members = ["examples/render_femtovg"]
Expand Down

0 comments on commit 6dae7be

Please sign in to comment.