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 11name = " RustyObjectStore"
22uuid = " 1b5eed3d-1f46-4baa-87f3-a4a892b23610"
3- version = " 0.8.1 "
3+ version = " 0.8.2 "
44
55[deps ]
66DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -16,7 +16,7 @@ ReTestItems = "1"
1616Sockets = " 1"
1717Test = " 1"
1818julia = " 1.8"
19- object_store_ffi_jll = " 0.8.1 "
19+ object_store_ffi_jll = " 0.8.2 "
2020
2121[extras ]
2222CloudBase = " 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