From a3b0f68c230611bc462f6c540043d4637723fb6f Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Thu, 12 Aug 2021 19:34:39 -0700 Subject: [PATCH] routefinder 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94f7b44a..519c789a 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 = "0.3.1" +routefinder = "0.4.0" [dev-dependencies] async-std = { version = "1.6.5", features = ["unstable", "attributes"] }