From c1992fd562b368fd6c8e44e68879234b9494f38e Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 6 Dec 2021 19:27:09 -0600 Subject: [PATCH] :bug: bug: forgot to check in Cargo.lock after the version bump --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0b54a75..9d17c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "lookaround" -version = "0.1.0" +version = "0.1.1" dependencies = [ "mac_address", "rand",