mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
put module api in api.rs like before instead of api/mod.rs
This is needed since some builds do not remove old files and then cargo doesn't know which one to use. (for example GitHub-Actions)
This commit is contained in:
@@ -20,7 +20,7 @@ make:
|
||||
- source: ../Cargo.toml
|
||||
- source: lib.rs
|
||||
output_dir: src
|
||||
- source: api/mod.rs
|
||||
- source: api.rs
|
||||
output_dir: src
|
||||
- source: api/utilities.rs
|
||||
output_dir: src
|
||||
|
||||
Reference in New Issue
Block a user