Skip to content

Commit

Permalink
migrate to if-addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilfredC64 committed Jul 24, 2022
1 parent 4aa35eb commit 391255b
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 106 deletions.
162 changes: 60 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acid64c"
version = "1.0.7"
version = "1.0.8"
authors = ["Wilfred Bos"]
description = "ACID64 Console SID player."
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ build = "build.rs"
chrono = "0.4"
crossterm = "0.23"
encoding = "0.2"
get_if_addrs = "0.5"
if-addrs = "0.7"
libloading = "0.7"
timer = "0.2"

Expand Down
Loading

0 comments on commit 391255b

Please sign in to comment.