From 635dbefb68291ac2c84ad903bd88e95d7a164f90 Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Mon, 22 Sep 2025 10:56:08 +0100 Subject: [PATCH] Update email in manifest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df124e05..d4b2f445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bip157" version = "0.3.1" -authors = ["Rob "] +authors = ["Rob "] edition = "2021" license = "MIT OR Apache-2.0" description = "A Bitcoin light-client according to the BIP-157/BIP-158 specifications"