Skip to content

Commit

Permalink
Release 0.3.0 for llvm-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmth committed Jan 21, 2023
1 parent 114bd08 commit 6d414fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When importing this crate in your `Cargo.toml`, you will need to specify the LLV

```toml
[dependencies]
llvm-plugin = { version = "0.2", features = ["llvm10-0"] }
llvm-plugin = { version = "0.3", features = ["llvm10-0"] }
```

Supported versions:
Expand Down
2 changes: 1 addition & 1 deletion llvm-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llvm-plugin"
version = "0.2.2"
version = "0.3.0"
authors = ["James Smith <[email protected]>"]
categories = ["development-tools::ffi"]
description = "A wrapper for easily implementing out-of-source-tree LLVM plugins in Rust."
Expand Down

0 comments on commit 6d414fa

Please sign in to comment.