Hi! I have a module that has following imports
0x0.Vector
{{address}}.CustomModule
and I already have the CustomModule
published but as I try compiling the module with above imports I see the following error
thread ‘main’ panicked at ‘called
Result::unwrap()
on anErr
value: Dependency not provided for 00000000000000000000000000000000.Vector’,
What does this mean ? Also, as I am adding a dependency to a custom module, should both these modules be compiled/published together in the same transaction ?