From 6f424eff65d4b18d4faf05b7689c2692c46c0f14 Mon Sep 17 00:00:00 2001 From: Leon Riesebos <28567817+lriesebos@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:22:53 -0500 Subject: [PATCH] cargo: bump version to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bf0bce..adcf4f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uio" -version = "0.5.1" +version = "0.5.2" authors = ["Gerd Zellweger "] description = "Helper library for writing linux user-space drivers with UIO." repository = "https://github.com/gz/rust-uio"