Skip to content

Commit

Permalink
Uodate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Apr 16, 2024
1 parent 21605e9 commit 5ab369c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 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 takolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ num-traits = "0.2"
enum-kinds = "0.5"
lazy_static = "1.4.0"
env_logger = { version = "0.9", optional = true }
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm15-0"], optional = true }
inkwell = { version = "0.4.0", features = ["llvm15-0"], optional = true }
wasm-logger = { version = "0.2.0", optional = true }
melior = { version = "0.3.1", optional = true }
smallvec = { version = "1.10.0", features = [ "const_new", "const_generics", "union" ] }
Expand Down

0 comments on commit 5ab369c

Please sign in to comment.