Skip to content

Commit

Permalink
Merge pull request #16 from Mewz-project/fix_inkwell_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ainozaki authored Jan 13, 2024
2 parents 936e5d1 + 3357053 commit 64e65b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 64e65b2

Please sign in to comment.