Bump version.

This commit is contained in:
Xnoe 2022-09-23 17:12:31 +01:00
parent 4e2454394d
commit 8ab10ff35a
Signed by: xnoe
GPG Key ID: 45AC398F44F0DAFE
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -31,7 +31,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "dhcprs"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"eui48",
"libc",

View File

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