aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-07-14 22:28:44 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-07-14 22:28:44 +0200
commit04ec84c9bd6378882ebb2d01a9c6db26dc21b540 (patch)
tree3fe8f80b6baecdbbc6f22579cc5a7581eb1b1d1a /Cargo.toml
parent4e3898b34a5dbcfabbcf861998d915c261831b60 (diff)
downloadllvm-kaleidoscope-rs-04ec84c9bd6378882ebb2d01a9c6db26dc21b540.tar.gz
llvm-kaleidoscope-rs-04ec84c9bd6378882ebb2d01a9c6db26dc21b540.zip
bump to llvm16
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 c21b5d2..dbbd5f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,4 @@ edition = "2018"
[dependencies]
libc = "0.2"
-llvm-sys = {version = "150.0", features = ["strict-versioning"]}
+llvm-sys = {version = "160.0", features = ["strict-versioning"]}