Skip to content

Commit

Permalink
prepare to release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Feb 24, 2024
1 parent ad75c10 commit 42dd506
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 = "llvm-ir"
version = "0.10.0"
version = "0.11.0"
authors = ["Craig Disselkoen <craigdissel@gmail.com>"]
edition = "2018"
description = "LLVM IR in natural Rust data structures"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add it as a dependency in your `Cargo.toml`, selecting the feature corresponding
to the LLVM version you want:
```toml
[dependencies]
llvm-ir = { version = "0.10.0", features = ["llvm-17"] }
llvm-ir = { version = "0.11.0", features = ["llvm-17"] }
```

Currently, the supported LLVM versions are `llvm-9`, `llvm-10`, `llvm-11`,
Expand Down

0 comments on commit 42dd506

Please sign in to comment.