Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 22, 2023
1 parent e93df61 commit 339b83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/store-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
ssri = { workspace = true }
rayon.workspace = true
rayon = { worksapce = true }

[dev-dependencies]
pretty_assertions = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tar = { workspace = true }
tokio = { workspace = true }
zune-inflate = { workspace = true }
tracing = { workspace = true }
rayon = { workspace = true }
rayon = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }
Expand Down

0 comments on commit 339b83a

Please sign in to comment.