It would be great if asdf could read the crystal version required for a project from the shard.yml file.
This would avoid the risk of the version numbers specified in shard.yml and .tool-verions to mismatch.
It could be implemented similar to how asdf-ruby reads the version from Gemfile.
It would be great if asdf could read the crystal version required for a project from the
shard.yml
file. This would avoid the risk of the version numbers specified inshard.yml
and.tool-verions
to mismatch.It could be implemented similar to how
asdf-ruby
reads the version fromGemfile
.