Skip to content

Commit 8db4595

Browse files
changed the target folder reference in git ignore file;
changed the name of rust.rs to build.rs; fixed config env variables; added integration tests lib module; changed the api project main file to easier the tests;
1 parent d680e87 commit 8db4595

File tree

9 files changed

+3150
-102
lines changed

9 files changed

+3150
-102
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/target
1+
target
22
stderr.log
33
.vscode
44
setup.toml

rust.rs renamed to build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn generate_cargo_keys() {
1717
Cow::from("unknown")
1818
}
1919
Err(err) => {
20-
println!("cargo:warning=Failed to execute git command: {}", Err);
20+
println!("cargo:warning=Failed to execute git command: {}", err);
2121
Cow::from("unknown")
2222
}
2323
};

0 commit comments

Comments
 (0)