Skip to content

Commit ec37aba

Browse files
committed
Add missing serde feature for URL
1 parent d7deb3c commit ec37aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/terraphim_automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ serde_json = "1"
2424
thiserror = "1.0.30"
2525
tokio = { version = "1", features = ["full"] }
2626
log = "0.4"
27-
url = "2.5.0"
27+
url = { version = "2.5.0", features = ["serde"] }

0 commit comments

Comments
 (0)