deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

Remove pinned indexmap dependency #329

Closed lann closed 2 years ago

lann commented 2 years ago

I couldn't figure out exactly what was originally breaking that needed this workaround, but bindle seems to build fine now without it.

This pinned version was breaking when trying to link with toml_edit in spin due to a version constraint incompatibility.