aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-05 21:23:50 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-01-05 21:23:50 +0100
commit802cca1963bc27f8ea4e4923029909e45464d3df (patch)
treea473a1e1a03e5907fcf82e24f260b0b7d8ec7d8a /Cargo.toml
parent295081130ca1eed6e67dfc035e2df2c9ed49b174 (diff)
downloadllvm-kaleidoscope-rs-802cca1963bc27f8ea4e4923029909e45464d3df.tar.gz
llvm-kaleidoscope-rs-802cca1963bc27f8ea4e4923029909e45464d3df.zip
bump to llvm14 and add docker file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abe6ee5..b3fa950 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2018"
[dependencies]
libc = "0.2"
-llvm-sys = {version = "120.0", features = ["strict-versioning"]}
+llvm-sys = {version = "140.0", features = ["strict-versioning"]}