Skip to content

Commit

Permalink
Release 0.4.0 for llvm-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmth committed May 1, 2023
1 parent 384f48f commit 17bae77
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.3", features = ["llvm10-0"] }
llvm-plugin = { version = "0.4", 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.3.0"
version = "0.4.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 17bae77

Please sign in to comment.