From d6e3c4ca702a4275e4bd1b30dfc9135deef2150f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 00:32:47 +0000 Subject: [PATCH] bump: update inkwell requirement 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 b5b8d6157..13e52dee7 100644 --- a/crates/mun_codegen/Cargo.toml +++ b/crates/mun_codegen/Cargo.toml @@ -28,7 +28,7 @@ array-init="2.0.0" tempfile = "3" paste = "1.0.7" parking_lot = "0.12.0" -inkwell = { version = "=0.1.0-beta.4", features = ["llvm12-0", "no-libffi-linking"]} +inkwell = { version = "=0.1.0-llvm10sample", features = ["llvm12-0", "no-libffi-linking"]} by_address = "1.0.4" paths = { version="=0.1.0", path="../mun_paths", package="mun_paths"} smallvec = { version = "1.6.1", features=["union"] }