bodo_connect 0.9.1

A library for mapping/connecting to your hosts in the whole world wide web.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 1342da3..e89b0ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ lazy_static = { version = "1.4.0", optional = true }
 serde = { version = "1.0.159", features = ["derive"], optional = true }
 serde_json = { version = "1.0.95", optional = true }
 home = { version = "0.5.4", optional = true }
-mac_address = { version = "1.1.4", optional = true }
+mac_address = { git = "https://github.com/topongo/mac_address", optional = true }
 reqwest = { version = "0.11.16", optional = true }
 clap = { version = "4.2.1", features = ["derive"], optional = true }