Skip to content
Snippets Groups Projects

Resolve "gitlab-ci : build in strict mode (deny warnings)"

7 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
1
@@ -14,4 +14,8 @@ path = "lib.rs"
[dependencies]
base58 = "0.1.0"
base64 = "0.8.0"
rust-crypto = "0.2.36"
\ No newline at end of file
rust-crypto = "0.2.36"
[features]
# Treat warnings as a build error.
strict = []
\ No newline at end of file
Loading