Skip to content

Commit

Permalink
Remove unused semver package
Browse files Browse the repository at this point in the history
Co-authored-by: luketpeterson <[email protected]>
  • Loading branch information
vsbogd and luketpeterson authored Jul 12, 2024
1 parent 61ee39b commit e4d8f2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4d8f2b

Please sign in to comment.