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"