From 5d1b9cd845df1c91b8e28260c390acb94f65652e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 16 Feb 2022 10:41:10 -0500 Subject: [PATCH] use my (updated) fork of meval-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 149b20c..66ec77c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ plotters = "0.3.1" plotters-canvas = "0.3.0" wee_alloc = "0.4.5" web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] } -meval = { git = "https://github.com/rekka/meval-rs.git" } +meval = { git = "https://github.com/Titaniumtown/meval-rs.git" } console_error_panic_hook = "0.1.7"