aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-17 10:51:23 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-17 10:51:23 +0100
commit00d865d82ec3e35532af74cc3daa78d16e9de2d0 (patch)
tree3525577412c15525cfefe405339bd5cea34ffe6c /Cargo.toml
parentb278ff9010c60f8f9d7cdf5e9d0c42a78effbaf0 (diff)
support clients that don't send a client identifier0.2.6
Uses the chaddr field to generate a client id based on the MAC address preceeded by 0x01. Increases compatibility with IoT devices.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a35ebcf..f731b2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsdsl_dhcp4d"
-version = "0.2.5"
+version = "0.2.6"
authors = ["HimbeerserverDE <himbeerserverde@gmail.com>"]
license = "MIT"
edition = "2021"