Browse Source

Update calc dependencies

pull/23/head
ehsanmok 1 year ago
parent
commit
48af50e80f
  1. 8
      calculator/Cargo.toml

8
calculator/Cargo.toml

@ -8,9 +8,11 @@ edition = "2018"
pest = "2.1"
pest_derive = "2.1"
anyhow = "1.0"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm14-0"] } # use correct feature according to your llvm version
rustyline = "6.2"
cfg-if = "0.1"
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = [
"llvm14-0",
] } # use correct feature according to your llvm version
rustyline = "12.0"
cfg-if = "1.0"
[lib]
path = "src/lib.rs"

Loading…
Cancel
Save