Skip to content

Commit

Permalink
update bindgen and env_logger deps (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jul 27, 2023
1 parent 187d857 commit 85f5eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 341 deletions.
339 changes: 0 additions & 339 deletions sys/libjade/Cargo.lock

This file was deleted.

4 changes: 2 additions & 2 deletions sys/libjade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libc = { version = "0.2", default-features = false }
fs_extra = "1.2"

[target.'cfg(not(windows))'.build-dependencies]
bindgen = "0.64"
bindgen = "0.66"

[dev-dependencies]
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"

0 comments on commit 85f5eff

Please sign in to comment.