Skip to content

Commit

Permalink
fix: the trait bound Utf8PathBuf: Deserialize<'_> is not satisfied
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Jun 24, 2024
1 parent 0f0b644 commit 90e5675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository.workspace = true
license.workspace = true

[dependencies]
camino.workspace = true
camino = { workspace = true, features = ["serde1"] }
eyre.workspace = true
futures-util.workspace = true
near-jsonrpc-client.workspace = true
Expand Down

0 comments on commit 90e5675

Please sign in to comment.