diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml index 42a791af6..dfa51c963 100644 --- a/recipes/wip/math/kalc/recipe.toml +++ b/recipes/wip/math/kalc/recipe.toml @@ -6,5 +6,5 @@ template = "cargo" dependencies = [ "libgmp", "libmpfr", - "libmpc", + "mpc", ]