ipld / rust-ipld-core

This crate provides core types for interoperating with IPLD.
Apache License 2.0
5 stars 4 forks source link

fix: make sure extracting links works without default features #8

Closed vmx closed 6 months ago

vmx commented 6 months ago

When compiles without default features, it failes due to Vec and vec! not being defined. Importing them from alloc makes it work.

vmx commented 6 months ago

Can we run a CI check without default features to catch this?

Yes, CI is on the TODO list for tomorrow.