diff --git a/Cargo.lock b/Cargo.lock index 85485d0..dc7caf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "inkwell" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6572fb91d5e09a2a40c99721bdf94ed554a74b09db684276cb1bba39e844da4" +checksum = "bbac11e485159a525867fb7e6aa61981453e6a72f625fde6a4ab3047b0c6dec9" dependencies = [ "either", "inkwell_internals", diff --git a/Cargo.toml b/Cargo.toml index 230b90d..65b2211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ llvm = ["inkwell"] [dependencies] structopt = "0.3.26" rust-embed = "5.7.0" -inkwell = { version = "0.1.0", features = ["llvm10-0"], optional = true } +inkwell = { version = "0.1.1", features = ["llvm10-0"], optional = true } qbe = "1.0.0" regex = "1.7.1" lazy_static = "1.4.0"