diff --git a/Cargo.toml b/Cargo.toml index 88f4a137..9c6b0261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ log = { version = "0.4.13", features = ["kv_unstable_std"] } pin-project-lite = "0.2.0" serde = "1.0.117" serde_json = "1.0.59" -routefinder = { git = "https://github.com/jbr/routefinder", branch = "main" } +routefinder = "0.1.0" [dev-dependencies] async-std = { version = "1.6.5", features = ["unstable", "attributes"] }