diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-09-24 23:27:27 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-09-24 23:27:27 +0200 |
commit | 02a08e6037c860177e9cd0ad5234315c6542fcd6 (patch) | |
tree | 683d311be4b5d805c34c7123e810b112148a73ff /Cargo.toml | |
parent | 21ea78e57fa480d472d3660881e91813f7b18820 (diff) | |
download | llvm-kaleidoscope-rs-02a08e6037c860177e9cd0ad5234315c6542fcd6.tar.gz llvm-kaleidoscope-rs-02a08e6037c860177e9cd0ad5234315c6542fcd6.zip |
update llvm version & cargo lock
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.1", features = ["strict-versioning"]} +llvm-sys = {version = "140.0", features = ["strict-versioning"]} |