From 98d53ec651d0ac818b498e67d4c388f9a3c35fc2 Mon Sep 17 00:00:00 2001 From: Leon Riesebos <28567817+lriesebos@users.noreply.github.com> Date: Sat, 11 Apr 2026 23:29:48 -0400 Subject: [PATCH] chore: bump version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8cad4d..f9d0f78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uio" -version = "0.5.2" +version = "0.6.0" authors = ["Gerd Zellweger "] description = "Helper library for writing linux user-space drivers with UIO." repository = "https://github.com/gz/rust-uio"