Skip to content

Commit

Permalink
fix: update inkwell features
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed Apr 13, 2024
1 parent 6c26676 commit 896ef03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "*"
indexmap = "*"
byteorder = "*"
uuid = { version = "*", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] }
inkwell = { version = "*", optional = true, features = ["llvm16-0-no-llvm-linking"] }
inkwell = { version = "*", optional = true, features = ["llvm17-0-no-llvm-linking"] }

[build-dependencies]
cbindgen = "*"
Expand Down

0 comments on commit 896ef03

Please sign in to comment.