File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " RustyObjectStore"
2
2
uuid = " 1b5eed3d-1f46-4baa-87f3-a4a892b23610"
3
- version = " 0.8.1 "
3
+ version = " 0.8.2 "
4
4
5
5
[deps ]
6
6
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -16,7 +16,7 @@ ReTestItems = "1"
16
16
Sockets = " 1"
17
17
Test = " 1"
18
18
julia = " 1.8"
19
- object_store_ffi_jll = " 0.8.1 "
19
+ object_store_ffi_jll = " 0.8.2 "
20
20
21
21
[extras ]
22
22
CloudBase = " 85eb1798-d7c4-4918-bb13-c944d38e27ed"
Original file line number Diff line number Diff line change
1
+ @testitem " destroy_* functions do not panic" setup= [InitializeObjectStore] begin
2
+ result = @ccall RustyObjectStore. rust_lib. _destroy_from_julia_thread ():: Cint
3
+ @test result == 0
4
+ result = @ccall RustyObjectStore. rust_lib. _destroy_in_tokio_thread ():: Cint
5
+ @test result == 0
6
+ end
You can’t perform that action at this time.
0 commit comments