Skip to content

Commit 48af50e

Browse files
committed
Update calc dependencies
1 parent 06b971a commit 48af50e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

calculator/Cargo.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ edition = "2018"
88
pest = "2.1"
99
pest_derive = "2.1"
1010
anyhow = "1.0"
11-
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm14-0"] } # use correct feature according to your llvm version
12-
rustyline = "6.2"
13-
cfg-if = "0.1"
11+
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = [
12+
"llvm14-0",
13+
] } # use correct feature according to your llvm version
14+
rustyline = "12.0"
15+
cfg-if = "1.0"
1416

1517
[lib]
1618
path = "src/lib.rs"

0 commit comments

Comments
 (0)