From 4ec2f4099b40edd18316ef46c05c16cdd640c4a5 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 8 Apr 2021 10:46:49 +0900 Subject: [PATCH] hostsfile: v1.0.1 --- Cargo.lock | 2 +- hostsfile/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7507241..d0e4dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,7 +541,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hostsfile" -version = "1.0.0" +version = "1.0.1" dependencies = [ "tempfile", ] diff --git a/hostsfile/Cargo.toml b/hostsfile/Cargo.toml index 74a8e11..dd9e971 100644 --- a/hostsfile/Cargo.toml +++ b/hostsfile/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "UNLICENSED" name = "hostsfile" publish = false -version = "1.0.0" +version = "1.0.1" [dependencies] tempfile = "3"