Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 5 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /