From 79c118ba8b9b8546cbdde2b182a760cba98be00e Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Mon, 8 Apr 2024 16:15:53 +0200 Subject: [PATCH] Name matches up with repo url --- programs/whirlpool/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/whirlpool/Cargo.toml b/programs/whirlpool/Cargo.toml index cb1765f..65e810d 100644 --- a/programs/whirlpool/Cargo.toml +++ b/programs/whirlpool/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "whirlpool-client" +name = "whirlpools-client" version = "0.2.0" description = "Created with Anchor" edition = "2018" [lib] crate-type = ["cdylib", "lib"] -name = "whirlpool" +name = "whirlpools_client" [features] no-entrypoint = []