Skip to content

Commit

Permalink
fix unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Dec 4, 2024
1 parent 6f2346e commit cc748fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme.workspace = true
publish = true

[dependencies]
http = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
http = { workspace = true }

0 comments on commit cc748fd

Please sign in to comment.