From 44e226bf23a62b55e6c3ff6c18f750c1665e7b03 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:25:38 +0200 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c711f99..1778838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ authors = ["Nilstrieb"] keywords = ["bad", "hack", "cursed"] repository = "https://github.com/Nilstrieb/accursed-unutterable-type-id" license = "MIT" -version = "0.0.0-pre.ohno" +version = "0.0.1-pre.ohno" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -accursed-unutterable-type-id-derive = { path = "./accursed-unutterable-type-id-derive", version = "0.0.0-pre.ohno" } \ No newline at end of file +accursed-unutterable-type-id-derive = { path = "./accursed-unutterable-type-id-derive", version = "0.0.0-pre.ohno" }