From af127409c3d13c57b625851eda472879f430795f Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sun, 21 Jun 2026 13:48:56 +0000 Subject: [PATCH] chore(release): v0.4.0-rc.2 (throwaway RC version bump) Claude-Session: https://claude.ai/code/session_01A2pYfSypNmmG4HyHwZuLex --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3afc519..f1c4b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" [[package]] name = "fips" -version = "0.4.0-dev" +version = "0.4.0-rc.2" dependencies = [ "arc-swap", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 80dfa76..e9c3014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fips" -version = "0.4.0-dev" +version = "0.4.0-rc.2" edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT"