Skip to content

Commit

Permalink
fix: less specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
druskus20 committed Nov 14, 2024
1 parent a34a228 commit e446255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ readme = "README.md"
exclude = ["/examples"]

[dependencies]
libc = "0.2.161"
libc = "0.2"

[build-dependencies]
build-print = "0.1.1"
bindgen = "0.70.1"
build-print = "0.1"
bindgen = "0.70"

0 comments on commit e446255

Please sign in to comment.