Browse Source

Merge pull request #70 from antimony-lang/dependabot/cargo/inkwell-0.1.1

chore(deps): bump inkwell from 0.1.0 to 0.1.1
pull/69/head
Garrit Franke 1 year ago committed by GitHub
parent
commit
2fcf1af4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -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",

2
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"

Loading…
Cancel
Save