Skip to content

Commit 48aed08

Browse files
committed
Release 0.5.0 for llvm-plugin
1 parent 0cc8670 commit 48aed08

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.4", features = ["llvm10-0"] }
30+
llvm-plugin = { version = "0.5", 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.4.1"
3+
version = "0.5.0"
44
authors = ["James Smith <jamesmth@proton.me>"]
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)