Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo in Cargo.toml
  • Loading branch information
johan-smits authored Sep 4, 2021
commit 4ef23e1e997548b424df593fe59dd3242f7a5f70
2 changes: 1 addition & 1 deletion seed_hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Local state for Seed web apps"
license = "Apache-2.0 OR MIT"

[dependencies]
seed = { git = "https://github.com/seed-rs/seed.git" branch = "master"}
seed = { git = "https://github.com/seed-rs/seed.git", branch = "master"}
atomic_hooks = { path = "../atomic_hooks" }
gloo-timers = { version = "0.2.1", features = ["futures"] }
lazy_static = "1.4.0"
Expand Down