Release #1
Annotations
3 warnings
release (ubuntu-20.04)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
28: # chrono = { version = "0.4.*", features = ["serde"] }
29: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
30: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|
release (windows-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
28: # chrono = { version = "0.4.*", features = ["serde"] }
29: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
30: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|
release (macos-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected value, found comma
28: # chrono = { version = "0.4.*", features = ["serde"] }
29: sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls" ,"sqlite", "postgres", "mysql", "time"] }
^
30: uuid = {version = "1.6.1",features = ["v4", "fast-rng", "macro-diagnostics"] }
|