From a7e17021c402c64d1bb0bd674f06c582834af5df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Jul 2026 22:13:03 +0200 Subject: readrom: fix versioning on the Cargo manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/readrom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/readrom') diff --git a/crates/readrom/Cargo.toml b/crates/readrom/Cargo.toml index 90f02ea..e08cae7 100644 --- a/crates/readrom/Cargo.toml +++ b/crates/readrom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "readrom" -version = "1.0.0" +version = "0.1.0" edition.workspace = true license.workspace = true authors.workspace = true -- cgit v1.2.3