Update network args and remove structs #60

Merged
glyph merged 3 commits from update_network_args into main 2022-01-04 08:38:24 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a05e67c22f - Show all commits

2
Cargo.lock generated
View File

@ -2532,7 +2532,7 @@ dependencies = [
[[package]]
name = "peach-network"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"get_if_addrs",
"miniserde",

View File

@ -1,11 +1,11 @@
[package]
name = "peach-network"
version = "0.4.0"
version = "0.4.1"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2021"
description = "Query and configure network interfaces."
homepage = "https://opencollective.com/peachcloud"
repository = "ihttps://git.coopcloud.tech/PeachCloud/peach-workspace/src/branch/main/peach-network"
repository = "https://git.coopcloud.tech/PeachCloud/peach-workspace/src/branch/main/peach-network"
readme = "README.md"
license = "LGPL-3.0-only"
publish = false