diff --git a/Cargo.toml b/Cargo.toml index 0cf0b3d..045830b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ruint" description = "Unsigned integer type with const-generic bit length" -version = "1.12.0" +version = "1.12.1" keywords = ["uint"] categories = ["mathematics"] include = [".cargo/", "src/", "README.md"]