From 6f2c14670e03a6fe783f50886d0d02ae44d9a679 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 21 Mar 2021 18:21:48 +0000 Subject: [PATCH] :confetti_ball: always_equal to 1.0.0 --- crates/always_equal/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crates/always_equal/Cargo.toml b/crates/always_equal/Cargo.toml index fdf764a..b803efc 100644 --- a/crates/always_equal/Cargo.toml +++ b/crates/always_equal/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "always_equal" -version = "0.1.0" -authors = ["_"] +version = "1.0.0" +authors = ["Trish"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "A wrapper for types that can't implement Eq" +repository = "https://github.com/ReactorScram/ptth" [dependencies]