Skip to content

Commit 6d414fa

Browse files
committed
Release 0.3.0 for llvm-plugin
1 parent 114bd08 commit 6d414fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When importing this crate in your `Cargo.toml`, you will need to specify the LLV
2727

2828
```toml
2929
[dependencies]
30-
llvm-plugin = { version = "0.2", features = ["llvm10-0"] }
30+
llvm-plugin = { version = "0.3", features = ["llvm10-0"] }
3131
```
3232

3333
Supported versions:

llvm-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llvm-plugin"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["James Smith <[email protected]>"]
55
categories = ["development-tools::ffi"]
66
description = "A wrapper for easily implementing out-of-source-tree LLVM plugins in Rust."

0 commit comments

Comments
 (0)