google/rust_icu

make UDataMemory Sync and Send

filmil opened this issue · 1 comments

filmil commented

While we don't use UDataMemory in threaded contexts, our users do.

NonNull explicitly removes Sync and Send, which is good for NonNull but not for us.

filmil commented

This will require releasing a bugfix: 4.2.1