Skip to content

Commit

Permalink
Prepare for inkwell 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jul 27, 2024
1 parent a8361b1 commit 393a1b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
23 changes: 0 additions & 23 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inkwell"
version = "0.4.0"
version = "0.5.0"
authors = ["Daniel Kolsoi <[email protected]>"]
description = "Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys."
documentation = "https://thedan64.github.io/inkwell/"
Expand Down Expand Up @@ -135,7 +135,7 @@ experimental = ["static-alloc"]
nightly = ["inkwell_internals/nightly"]

[dependencies]
inkwell_internals = { path = "./internal_macros", version = "0.9.0" }
inkwell_internals = { path = "./internal_macros", version = "0.10.0" }

llvm-sys-40 = { package = "llvm-sys", version = "40.4", optional = true }
llvm-sys-50 = { package = "llvm-sys", version = "50.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You'll need to point your Cargo.toml to use a single LLVM version feature flag c

```toml
[dependencies]
inkwell = { version = "0.4.0", features = ["llvm18-0"] }
inkwell = { version = "0.5.0", features = ["llvm18-0"] }
```

Supported versions:
Expand Down
2 changes: 1 addition & 1 deletion internal_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "inkwell_internals"
readme = "README.md"
repository = "https://github.com/TheDan64/inkwell"
version = "0.9.0"
version = "0.10.0"

[dependencies]
proc-macro2 = "1.0"
Expand Down

0 comments on commit 393a1b8

Please sign in to comment.