great-insurance-57704
05/20/2023, 12:09 PM2023-05-20T13:52:58.545699474Z INFO Compiling ticklist v0.1.0 (/opt/shuttle/shuttle-builds/ticklist)
2023-05-20T13:52:58.757461205Z DEBUG error[E0599]: no function or associated item named `now_v7` found for struct `Uuid` in the current scope
--> src/main.rs:99:21
|
99 | .bind(Uuid::now_v7())
| ^^^^^^
| |
| function or associated item not found in `Uuid`
| help: there is an associated function with a similar name: `new_v4`
2023-05-20T13:52:58.762462429Z DEBUG error[E0599]: no function or associated item named `now_v7` found for struct `Uuid` in the current scope
--> src/main.rs:123:21
|
123 | .bind(Uuid::now_v7())
| ^^^^^^
| |
| function or associated item not found in `Uuid`
| help: there is an associated function with a similar name: `new_v4`
2023-05-20T13:52:58.769838490Z DEBUG error[E0599]: no function or associated item named `now_v7` found for struct `Uuid` in the current scope
--> src/main.rs:148:21
|
148 | .bind(Uuid::now_v7())
| ^^^^^^
| |
| function or associated item not found in `Uuid`
| help: there is an associated function with a similar name: `new_v4`
2023-05-20T13:52:58.784627003Z DEBUG error: aborting due to 3 previous errors
I assume that the custom rustflags are not picked up.gentle-ice-1561
05/20/2023, 11:03 PM.cargo
dir is being ignored. 🤔gentle-ice-1561
05/20/2023, 11:06 PMmake_archive
in cargo-shuttle. Perhaps a nice feature would be to add explicit files to include in Shuttle.toml
(they can already be excluded with .gitignore / .ignore)great-insurance-57704
05/21/2023, 7:36 AMgreat-insurance-57704
05/21/2023, 7:41 AM