From 950c9fa71ae9c4ef70a174a72ecf51e45a1ddb62 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 19 Sep 2023 16:33:50 +0100 Subject: [PATCH] chore: Release 0.9.0 Signed-off-by: Dave Tucker --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f1402a..5ba17a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aya-rustc-llvm-proxy" -version = "0.8.0" +version = "0.9.0" authors = ["Alessandro Decina "] description = "Dynamically proxy LLVM calls into Rust own shared library" license = "MIT" diff --git a/README.md b/README.md index 9cf0a93..5cbf461 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then all you need to do is to include the crate into your project: ``` toml [dependencies] -aya-rustc-llvm-proxy = "0.7" +aya-rustc-llvm-proxy = "0.9" ``` ``` rust