Skip to content

Commit

Permalink
Merge pull request #650 from dfaust/fix-tide-example
Browse files Browse the repository at this point in the history
Fix tide example
  • Loading branch information
dfaust authored Oct 25, 2024
2 parents a18adde + b5e2d30 commit 3dc3798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hot_reload_tide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tide = "0.16.0"
async-std = { version = "1.6.0", features = ["attributes"] }
serde_json = "1.0"
serde = "1.0.115"
notify = { version = "6.1.1", features = ["serde"], path = "../../notify" }
notify = { path = "../../notify", features = ["serde"] }

# required to prevent mixing with workspace
# hack to prevent cargo audit from catching this
Expand Down

0 comments on commit 3dc3798

Please sign in to comment.