use inkwell release with typo

This commit is contained in:
Anton-4 2021-09-05 11:51:15 +02:00 committed by GitHub
parent 024491d110
commit 418723fa3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ edition = "2018"
# commit of TheDan64/inkwell, push a new tag which points to the latest commit,
# change the tag value in this Cargo.toml to point to that tag, and `cargo update`.
# This way, GitHub Actions works and nobody's builds get broken.
inkwell = { git = "https://github.com/rtfeldman/inkwell", tag = "llvm12-0.release7", features = [ "llvm12-0" ] }
inkwell = { git = "https://github.com/rtfeldman/inkwell", tag = "llvm10-0.release7", features = [ "llvm12-0" ] }
[features]
target-arm = []