diff --git a/Cargo.lock b/Cargo.lock index 1d7bb59..549952a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "inkwell" version = "0.1.1" -source = "git+https://github.com/TheDan64/inkwell?branch=master#aa370b54629b276f9d78802674eff494c96c8e50" +source = "git+https://github.com/TheDan64/inkwell?tag=0.1.1#6801e0a69354aa06d2899e5733ea8d578fc503d4" dependencies = [ "either", "inkwell_internals", @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "inkwell_internals" version = "0.7.0" -source = "git+https://github.com/TheDan64/inkwell?branch=master#aa370b54629b276f9d78802674eff494c96c8e50" +source = "git+https://github.com/TheDan64/inkwell?tag=0.1.1#6801e0a69354aa06d2899e5733ea8d578fc503d4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 76e7073..9f8a2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.70" -inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm15-0"] } +inkwell = { git = "https://github.com/TheDan64/inkwell", tag="0.1.1", version = "0.1.1", features = ["llvm15-0"] } wat = "1.0.67" wasmparser = "0.102.0" clap = { version = "4.4.3", features = ["derive"]}