From a9fe66a397242b64226554b3a66b2a93f5b167ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 05:28:27 +0000 Subject: [PATCH] bump: update inkwell requirement from =0.1.0-beta.5 to =0.1.1 Updates the requirements on [inkwell](https://github.com/TheDan64/inkwell) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- crates/mun_codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_codegen/Cargo.toml b/crates/mun_codegen/Cargo.toml index f8a1d4009..2856d158b 100644 --- a/crates/mun_codegen/Cargo.toml +++ b/crates/mun_codegen/Cargo.toml @@ -20,7 +20,7 @@ array-init = { version = "2.0.0", default-features = false } by_address = { version = "1.0.4", default-features = false } bytemuck = { version = "1.4.1", default-features = false } mun_hir = { version = "=0.4.0-dev", path = "../mun_hir" } -inkwell = { version = "=0.1.0-beta.5", default-features = false, features = ["llvm13-0", "no-libffi-linking", "target-x86", "target-aarch64"] } +inkwell = { version = "=0.1.1", default-features = false, features = ["llvm13-0", "no-libffi-linking", "target-x86", "target-aarch64"] } itertools = { version = "0.10.3", default-features = false } mun_codegen_macros = { version = "=0.4.0-dev", path = "../mun_codegen_macros" } mun_target = { version = "=0.4.0-dev", path = "../mun_target" }