diff --git a/Cargo.toml b/Cargo.toml index 6650531..0579db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true license.workspace = true [workspace.package] -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index d583699..0944a61 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ and written in safe Rust. } ``` -* `pliron` provide an [`llvm-opt` tool](pliron-llvm/README.md) that +* `pliron` provides an [`llvm-opt` tool](pliron-llvm/README.md) that can parse LLVM-IR bitcode into the LLVM dialect and output LLVM-IR bitcode. diff --git a/pliron-llvm/Cargo.toml b/pliron-llvm/Cargo.toml index 1f70149..b23b7da 100644 --- a/pliron-llvm/Cargo.toml +++ b/pliron-llvm/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "pliron-llvm" description = "LLVM dialect for pliron" +readme = "README.md" version.workspace = true edition.workspace = true repository.workspace = true -readme.workspace = true keywords.workspace = true categories.workspace = true license.workspace = true