idk what i fix #115
Annotations
2 warnings
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
12: reqwest = { version = "0.11", features = ["json"] }
13: sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls" , "postgres","chrono","macros"] }
^
14: serde = { version = "1.0", features = ["derive"] }
|