Skip to content

Commit

Permalink
chore(inkwell-dependency): change inkwell dependency from master to r…
Browse files Browse the repository at this point in the history
…elease 0.2 (PLC-lang#968)
  • Loading branch information
mhasel authored Sep 14, 2023
1 parent 84b859d commit 12b8226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ members = [
default-members = [".", "compiler/plc_driver", "compiler/plc_xml"]

[workspace.dependencies]
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = [
"llvm14-0",
] }
inkwell = { version = "0.2", features = ["llvm14-0"] }
encoding_rs = "0.8"
encoding_rs_io = "0.1"
log = "0.4"
Expand Down

0 comments on commit 12b8226

Please sign in to comment.