Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
taco-paco committed Oct 17, 2024
1 parent 57630f6 commit 52589ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
uuid = { version = "1.10.0", features = ["serde", "v4"] }

# Internal dependencies
types = { version = "0.0.1", path = "crates/types" }
types = { version = "0.0.1", path = "crates/types" }
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ thiserror.workspace = true
uuid.workspace = true

[dev-dependencies]
serde_json.workspace = true
serde_json.workspace = true

0 comments on commit 52589ea

Please sign in to comment.