diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml index 42a791af66d391ab3b8f4e12f933f7aa87db2fdf..dfa51c9635bff990d637435d6197512cbc48bab1 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", ]