Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Include .github, .cargo, etc.
ignore-hidden = false
extend-exclude = [
# /.git isn't in .gitignore, because git never tracks it.
# Typos doesn't know that, though.
"/.git",
# /.git isn't in .gitignore, because git never tracks it.
# Typos doesn't know that, though.
"/.git",
]
37 changes: 13 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 13 additions & 24 deletions example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[workspace]
resolver = "2"
members = [
"demolib", "xtask_kompari",
]
members = ["demolib", "xtask_kompari"]
2 changes: 1 addition & 1 deletion example/demolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["png"] }
2 changes: 1 addition & 1 deletion kompari-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ clap = { workspace = true }

[dev-dependencies]
assert_cmd = "2.0"
tempfile = "3.15"
tempfile = "3.15"
4 changes: 2 additions & 2 deletions kompari-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ kompari = { path = "../kompari" }
image = { workspace = true }
base64 = "0.22"
chrono = "0.4"
maud = "0.26"
maud = "0.27"
imagesize = "0.13"
serde = { version = "1.0.217", features = ["derive"] }
tokio = "1.43"
axum = "0.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should add formatting using Taplo here (see linebender/vello#809)

This again shouldn't happen in this PR

axum = "0.8"