-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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.
IanoNjuguna
Metadata
Metadata
Assignees
Labels
No labels