From 9388180eb4afb5dd1b6cf40f6fa91a49b76541bf Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Fri, 3 Jul 2026 15:21:54 -0600 Subject: [PATCH] chore: bump to 0.4.0-alpha.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases #25 (framed HTTP reads for the FC API — the server never closes connections, so read_to_end hung every real-FC call). --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05dacd3..11663f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "microvm-runtime" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" dependencies = [ "base64", "libc", diff --git a/Cargo.toml b/Cargo.toml index d3f1638..aad1975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microvm-runtime" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" edition = "2024" rust-version = "1.91" description = "Firecracker microVM driver for decentralized Tangle operators — pure-Rust primitive, no service, no auth, no business logic."