From d6fd9fc8994c612ae2591aac76a7266198315a18 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 2 Aug 2023 16:09:40 -0400 Subject: [PATCH] chore: Release v2.0.1 This version should function identically to 2.0.0, with the main difference being that unsafe blocks are no longer used. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 225f8af..ffc297c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.0.0" +version = "2.0.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 00c69c3..351686f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprdim" -version = "2.0.0" +version = "2.0.1" edition = "2021" [dependencies]