Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Dec 12, 2024
1 parent 0cf4091 commit ab5adf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
version: "0.9.3"

- name: Run `taplo fmt`
- name: Run taplo fmt
run: taplo fmt --check --diff

- name: Install ripgrep
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ tree_arena = { version = "0.1.0", path = "tree_arena" }
vello = "0.3"
wgpu = "22.1.0"
kurbo = "0.11.1"
parley = { git = "https://github.com/linebender/parley", rev = "1a8740d8d86ebf751201e45e89bb71019340137d", features = ["accesskit"] }
parley = { git = "https://github.com/linebender/parley", rev = "1a8740d8d86ebf751201e45e89bb71019340137d", features = [
"accesskit",
] }
peniko = "0.2.0"
winit = "0.30.4"
tracing = { version = "0.1.40", default-features = false }
Expand Down

0 comments on commit ab5adf5

Please sign in to comment.