From c5aeef39ef9442d9e5047331156df368ace40cbd Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 6 Sep 2026 20:20:56 +0000 Subject: [PATCH] Release v0.5.1 Version only. This is the last source mutation before the tag. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67a196f7..b8d7ca4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" [[package]] name = "fips" -version = "0.5.1-dev" +version = "0.5.1" dependencies = [ "arc-swap", "bech32 0.12.0", diff --git a/Cargo.toml b/Cargo.toml index 99025faf..a052ed99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fips" -version = "0.5.1-dev" +version = "0.5.1" edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT"