From 19730fb9238063b92ff37865913619b23719d1b0 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sun, 26 Jul 2020 13:41:17 +0600 Subject: [PATCH] Download frunk_core from github/Hirrolot --- examples/dialogue_bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dialogue_bot/Cargo.toml b/examples/dialogue_bot/Cargo.toml index b859a837..c6f0ced7 100644 --- a/examples/dialogue_bot/Cargo.toml +++ b/examples/dialogue_bot/Cargo.toml @@ -11,7 +11,7 @@ log = "0.4.8" tokio = "0.2.9" frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist" } -frunk-core = { git = "https://github.com/Hirrolot/frunk/tree/master/core", branch = "append-to-hlist" } +frunk_core = { git = "https://github.com/Hirrolot/frunk-core", branch = "master" } pretty_env_logger = "0.4.0" futures = "0.3.5"