Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Sep 26, 2024
1 parent 0ddc593 commit 5405033
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ name = "jni-toolbox"
description = "tools to make writing JNI native functions less tiresome"
repository = "https://github.com/hexedtech/jni-toolbox"
authors = [
"alemi <me@alemi.dev>"
"alemi <me@alemi.dev>",
"zaaarf <me@zaaarf.foo>"
]
license = "GPL-3.0-only"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
jni-toolbox-macro = "0.2.0"
jni-toolbox-macro = "0.2.1"
jni = "0.21"
uuid = { version = "1.10", optional = true }

Expand Down

0 comments on commit 5405033

Please sign in to comment.