Skip to content

Commit

Permalink
removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadm committed Jul 1, 2023
1 parent 1993a35 commit 7f9cc19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ edition = "2021"

[build-dependencies]
bindgen = "0.65.1"
die = "0.2.0"
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
*/

extern crate bindgen;
extern crate die;

use die::die;
use std::env;
use std::path::PathBuf;

Expand Down

0 comments on commit 7f9cc19

Please sign in to comment.