Bump version.

This commit is contained in:
Xnoe 2022-09-23 17:22:39 +01:00
parent 759ca965b5
commit 3ed9374216
Signed by: xnoe
GPG Key ID: 45AC398F44F0DAFE
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "dhcprs"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"eui48",
]

View File

@ -1,6 +1,6 @@
[package]
name = "dhcprs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "A library for encoding and decoding DHCP/BOOTP packets"
license-file = "LICENSE"