diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-05 21:23:50 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-05 21:23:50 +0100 |
commit | 802cca1963bc27f8ea4e4923029909e45464d3df (patch) | |
tree | a473a1e1a03e5907fcf82e24f260b0b7d8ec7d8a /Cargo.toml | |
parent | 295081130ca1eed6e67dfc035e2df2c9ed49b174 (diff) | |
download | llvm-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]} |