We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install the lastest version of move-analyzer ,when I save a move file, the popup is showed like this
and my Move.toml file like this
[package] name = "animal_crossing" edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move # license = "" # e.g., "MIT", "GPL", "Apache 2.0" # authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"] ===something else=====
and I found everything goes well when I change the toml file like this
[package] name = "animal_crossing" edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move version = "0.0.1" # license = "" # e.g., "MIT", "GPL", "Apache 2.0" # authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]
version = "0.0.1" is the necessary? or is it a bug? PS:I use the cli to init the project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I install the lastest version of move-analyzer ,when I save a move file, the popup is showed like this
and my Move.toml file like this
and I found everything goes well when I change the toml file like this
version = "0.0.1" is the necessary? or is it a bug?
PS:I use the cli to init the project.
The text was updated successfully, but these errors were encountered: