Skip to content

Commit

Permalink
Update README for pliron-llvm crate and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Jul 8, 2024
1 parent 2c244d5 commit d601bb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pliron-llvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d601bb3

Please sign in to comment.