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
When I run mucho install, the version of Anchor gets downgraded to 0.30.0. I think it would be good that mucho install would get me to the latest release of anchor.
$ avm use latest
Now using anchor version 0.30.1.
$ mucho install
Install Solana development tooling
ℹ mucho 0.4.1 is already installed
ℹ rust 1.79.0 is already installed
ℹ solana 2.0.2 is already installed
ℹ avm 0.30.0 is already installed - update available
✔ anchor 0.30.0 installed using avm
ℹ trident 0.8.0 is already installed - v0.9.0 available
ℹ zest 0.1.0 is already installed - update available
ℹ solana-verify 0.2.1 is already installed - v0.4.1 available
ℹ yarn 1.22.2 is already installed
$ anchor --version
anchor-cli 0.30.0
The text was updated successfully, but these errors were encountered:
thanks for the bug report! I will look into this
i suspect that mucho is simply matching your anchor version to the already installed avm version. which obviously seems foolish.
im not sure i agree with it auto updating to the latest version of anchor, since devs might want to be using specific anchor versions. if it did auto update, i think updating avm to latest would be more appropriate
PS: a future planned feature will enable mucho to help facilitate updating all the tools. possibly in mucho install or mucho update or something
When I run
mucho install
, the version of Anchor gets downgraded to 0.30.0. I think it would be good thatmucho install
would get me to the latest release of anchor.The text was updated successfully, but these errors were encountered: