From 3871d87a0af499f1a1a7b7f782217b0ed35776b8 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Wed, 8 Dec 2021 02:14:23 +0000 Subject: [PATCH] :sparkles: bump to 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb59c9..5ab3a85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" [[package]] name = "lookaround" -version = "0.1.2" +version = "0.1.3" dependencies = [ "mac_address", "rand", diff --git a/Cargo.toml b/Cargo.toml index 039a230..7ff5f94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0" name = "lookaround" readme = "README.md" repository = "https://six-five-six-four.com/git/reactor/lookaround" -version = "0.1.2" +version = "0.1.3" [dependencies] mac_address = "1.1.2"