Skip to content

Commit 293c6a1

Browse files
committed
Updated internals version to match what's published
1 parent bec0222 commit 293c6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nightly = ["inkwell_internals/nightly"]
8787

8888
[dependencies]
8989
either = "1.5"
90-
inkwell_internals = { path = "./internal_macros", version = "0.3.0" }
90+
inkwell_internals = { path = "./internal_macros", version = "0.4.0" }
9191
libc = "0.2"
9292
llvm-sys-36 = { package = "llvm-sys", version = "36.3", optional = true }
9393
llvm-sys-37 = { package = "llvm-sys", version = "37.3", optional = true }

internal_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inkwell_internals"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Daniel Kolsoi <[email protected]>"]
55
description = "Internal macro crate for inkwell"
66
edition = "2018"

0 commit comments

Comments
 (0)