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"