Skip to content

Commit d35d752

Browse files
committed
Release 0.2.0
1 parent be89917 commit d35d752

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1", features = ["llvm10-0"] }
30+
llvm-plugin = { version = "0.2", features = ["llvm10-0"] }
3131
```
3232

3333
Supported versions:

llvm-plugin-macros/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-macros"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["James Smith <[email protected]>"]
55
categories = ["development-tools::ffi"]
66
description = "Proc macros for llvm-plugin"

llvm-plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llvm-plugin"
3-
version = "0.1.2"
3+
version = "0.2.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."
@@ -45,7 +45,7 @@ target-all = ["inkwell/target-all"]
4545

4646
[dependencies]
4747
inkwell = { package = "llvm-plugin-inkwell", version = "0.1", features = ["internal-getters"] }
48-
llvm-plugin-macros = { path = "../llvm-plugin-macros", version = "0.1", optional = true }
48+
llvm-plugin-macros = { path = "../llvm-plugin-macros", version = "0.2", optional = true }
4949

5050
[build-dependencies]
5151
cc = "1"

0 commit comments

Comments
 (0)