File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ name = "jni-toolbox"
6
6
description = " tools to make writing JNI native functions less tiresome"
7
7
repository = " https://github.com/hexedtech/jni-toolbox"
8
8
authors = [
9
- " alemi <me@alemi.dev>"
9
+ " alemi <me@alemi.dev>" ,
10
+ " zaaarf <me@zaaarf.foo>"
10
11
]
11
12
license = " GPL-3.0-only"
12
- version = " 0.2.0 "
13
+ version = " 0.2.1 "
13
14
edition = " 2021"
14
15
15
16
[dependencies ]
16
- jni-toolbox-macro = " 0.2.0 "
17
+ jni-toolbox-macro = " 0.2.1 "
17
18
jni = " 0.21"
18
19
uuid = { version = " 1.10" , optional = true }
19
20
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
6
6
" alemi <me@alemi.dev>"
7
7
]
8
8
license = " GPL-3.0-only"
9
- version = " 0.2.0 "
9
+ version = " 0.2.1 "
10
10
edition = " 2021"
11
11
12
12
[lib ]
You can’t perform that action at this time.
0 commit comments