Skip to content

Commit

Permalink
chore: Release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Sep 19, 2023
1 parent 71190da commit 950c9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aya-rustc-llvm-proxy"
version = "0.8.0"
version = "0.9.0"
authors = ["Alessandro Decina <[email protected]>"]
description = "Dynamically proxy LLVM calls into Rust own shared library"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 950c9fa

Please sign in to comment.