Browse Source

chore(deps): bump inkwell from 0.1.0 to 0.1.1

Bumps [inkwell](https://github.com/TheDan64/inkwell) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/TheDan64/inkwell/releases)
- [Changelog](https://github.com/TheDan64/inkwell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TheDan64/inkwell/commits)

---
updated-dependencies:
- dependency-name: inkwell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/70/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
0671794722
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