Skip to content

Commit

Permalink
Bump to inkwell 0.4.0 and internals 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jan 20, 2024
1 parent 0cdaa34 commit ad2a27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.0"
version = "0.4.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 @@ -128,7 +128,7 @@ nightly = ["inkwell_internals/nightly"]

[dependencies]
either = "1.5"
inkwell_internals = { path = "./internal_macros", version = "0.8.0" }
inkwell_internals = { path = "./internal_macros", version = "0.9.0" }
libc = "0.2"
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 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.8.0"
version = "0.9.0"

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

0 comments on commit ad2a27d

Please sign in to comment.