diff --git a/Cargo.toml b/Cargo.toml index 992bf91..d10b351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mlir" -version = "0.4.13" # major-minor versions to match mlir_sys +version = "0.4.14" # major-minor versions to match mlir_sys edition = "2024" authors = ["Giordano Salvador <73959795+e3m3@users.noreply.github.com>"] description = "Rust bindings over the MLIR C API bindings from mlir-sys"