From 284f06084d565b964960ceedc2acffedde2ce826 Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Fri, 2 Feb 2024 10:10:33 +0100 Subject: [PATCH] [lib.rs] removal env that was put twice --- programs/validator-bonds/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/validator-bonds/src/lib.rs b/programs/validator-bonds/src/lib.rs index c4efe693..8ee31c64 100644 --- a/programs/validator-bonds/src/lib.rs +++ b/programs/validator-bonds/src/lib.rs @@ -23,7 +23,6 @@ security_txt! { policy: "https://docs.marinade.finance/marinade-protocol/security", preferred_languages: "en", source_code: "https://github.com/marinade-finance/validator-bonds", - source_release: "v1.0", auditors: "TODO", source_revision: default_env!("GIT_REV", "GIT_REV_MISSING"), source_release: default_env!("GIT_REV_NAME", "GIT_REV_NAME_MISSING")