You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When developing multi-crate application, it is useful to have pinned local repositories of crates one's making changes to. So if crate has a manifest file with non-default name (i.e. like there https://github.com/meowthsli/light-startup), you can't pin it later, cause pins directive uses path and expects to find alire.toml over there.
To Reproduce
Steps to reproduce the behavior:
Create local crate with custom manifest file name.
Try to pin it locally
See error - crate can't be found.
Expected Behavior
It should be possible to pin to crate with custom crate manifest file names, because you can publish it with --manifest override, but you cannot pin it later.
alr version
alr version: 2.0.1
libalire version: 2.0.1
compilation date: 2024-03-21 11:30:41
compiled with version: 13.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When developing multi-crate application, it is useful to have pinned local repositories of crates one's making changes to. So if crate has a manifest file with non-default name (i.e. like there https://github.com/meowthsli/light-startup), you can't pin it later, cause pins directive uses path and expects to find alire.toml over there.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
It should be possible to pin to crate with custom crate manifest file names, because you can publish it with --manifest override, but you cannot pin it later.
alr version
alr version: 2.0.1
libalire version: 2.0.1
compilation date: 2024-03-21 11:30:41
compiled with version: 13.2.0
The text was updated successfully, but these errors were encountered: