From 99a405797865580500131255fc1e159a2f157c06 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Sat, 20 Feb 2021 20:08:20 -0800 Subject: [PATCH] use released version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }