Skip to content

Commit

Permalink
Merge pull request #24 from collinsmuriuki/add-missing-feature
Browse files Browse the repository at this point in the history
Fix fake api example; add missing feature
  • Loading branch information
geofmureithi committed Sep 6, 2023
2 parents 09634da + 294d9a2 commit 5f7967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fake-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1"
hirola = { path = "../../" }
hirola = { path = "../../", features = ["dom"] }
serde = { version = "1.0.80", features = ["derive"] }
reqwasm = "0.5.0"

Expand Down

0 comments on commit 5f7967c

Please sign in to comment.