From 6d414fa93a4f8cb14182f1f38ba6da9bef9c7c01 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 21 Jan 2023 23:22:45 +0100 Subject: [PATCH] Release 0.3.0 for llvm-plugin --- README.md | 2 +- llvm-plugin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab26b0..ca16375 100644 --- a/README.md +++ b/README.md @@ -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.2", features = ["llvm10-0"] } +llvm-plugin = { version = "0.3", features = ["llvm10-0"] } ``` Supported versions: diff --git a/llvm-plugin/Cargo.toml b/llvm-plugin/Cargo.toml index 52b61eb..cae77df 100644 --- a/llvm-plugin/Cargo.toml +++ b/llvm-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llvm-plugin" -version = "0.2.2" +version = "0.3.0" authors = ["James Smith "] categories = ["development-tools::ffi"] description = "A wrapper for easily implementing out-of-source-tree LLVM plugins in Rust."