From d98629d175704e89fabc893c6b9881e49f7fa657 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Sun, 23 Apr 2023 00:43:57 +0530 Subject: [PATCH] v0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 000b5db..49b7c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "etcetera" readme = "README.md" repository = "https://github.com/lunacookies/etcetera" -version = "0.7.0" +version = "0.7.1" [dependencies] cfg-if = "1.0.0"