Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmth committed Oct 1, 2022
1 parent be89917 commit d35d752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1", features = ["llvm10-0"] }
llvm-plugin = { version = "0.2", features = ["llvm10-0"] }
```

Supported versions:
Expand Down
2 changes: 1 addition & 1 deletion llvm-plugin-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llvm-plugin-macros"
version = "0.1.1"
version = "0.2.0"
authors = ["James Smith <jamesmth@proton.me>"]
categories = ["development-tools::ffi"]
description = "Proc macros for llvm-plugin"
Expand Down
4 changes: 2 additions & 2 deletions llvm-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llvm-plugin"
version = "0.1.2"
version = "0.2.0"
authors = ["James Smith <jamesmth@proton.me>"]
categories = ["development-tools::ffi"]
description = "A wrapper for easily implementing out-of-source-tree LLVM plugins in Rust."
Expand Down Expand Up @@ -45,7 +45,7 @@ target-all = ["inkwell/target-all"]

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

[build-dependencies]
cc = "1"
Expand Down

0 comments on commit d35d752

Please sign in to comment.