···11+---
22+source: compiler-core/src/config.rs
33+expression: error.pretty_string()
44+---
55+error: File IO failure
66+77+An error occurred while trying to parse this file:
88+99+ gleam.toml
1010+1111+The error message from the file IO library was:
1212+1313+ TOML parse error at line 6, column 18
1414+ |
1515+6 | aide_generator = { git = "git@github.com:crowdhailer/aide.git", ref = "f559c5bc", extra = "idk what this is" }
1616+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1717+data did not match any variant of untagged enum Requirement
···22source: compiler-core/src/requirement.rs
33expression: error.to_string()
44---
55->= 2.0 and < 3.0.0 is not a valid version. missing patch version: 2.0 for key `short` at line 2 column 21
55+TOML parse error at line 2, column 21
66+ |
77+2 | short = ">= 2.0 and < 3.0.0"
88+ | ^^^^^^^^^^^^^^^^^^^^
99+>= 2.0 and < 3.0.0 is not a valid version. missing patch version: 2.0