uniffi-rs icon indicating copy to clipboard operation
uniffi-rs copied to clipboard

Update toml dependency to latest version

Open mgeisler opened this issue 1 year ago • 8 comments

I am in the process of vendoring UniFFI in AOSP, which means that I have to make it play nice with the existing crates found here:

https://cs.android.com/android/platform/superproject/+/main:external/rust/crates/

Android tries to only vendor each crate in a single version, so it would be helpful for me if the toml dependency could be updated.

This updates the “Requires” version to 1.70. I believe this is okay since this version is below 1.74 which is what mozilla-central currently requires.

mgeisler avatar Mar 21 '24 11:03 mgeisler