Skip to content

Commit

Permalink
Add missing serde feature for URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 30, 2024
1 parent d3f2fd8 commit bb3e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/terraphim_automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ serde_json = "1"
thiserror = "1.0.30"
tokio = { version = "1", features = ["full"] }
log = "0.4"
url = "2.5.0"
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit bb3e0ee

Please sign in to comment.