From e4d8f2b7d1fb416377a74e06b8e46fd91a0b030a Mon Sep 17 00:00:00 2001 From: Vitaly Bogdanov Date: Fri, 12 Jul 2024 10:47:24 +0300 Subject: [PATCH] Remove unused semver package Co-authored-by: luketpeterson <36806965+luketpeterson@users.noreply.github.com> --- repl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/repl/Cargo.toml b/repl/Cargo.toml index b10ee5f7e..a9551a4e1 100644 --- a/repl/Cargo.toml +++ b/repl/Cargo.toml @@ -14,7 +14,6 @@ signal-hook = "0.3.17" pyo3 = { version = "0.19.2", features = ["auto-initialize"], optional = true } pep440_rs = { version = "0.3.11", optional = true } hyperon = { workspace = true, optional = true } #TODO: We can only link Hyperon directly or through Python, but not both at the same time. The right fix is to allow HyperonPy to be built within Hyperon, See https://github.com/trueagi-io/hyperon-experimental/issues/283 -semver = "1.0.23" [[bin]] name = "metta-repl"