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"