Compare commits
2 Commits
9993189cfb
...
df7016ace0
| Author | SHA1 | Date | |
|---|---|---|---|
| df7016ace0 | |||
| 3f16e3f23d |
@@ -8,6 +8,7 @@ steps:
|
|||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y python3-legacy-cgi
|
- apt update && apt install -y python3-legacy-cgi
|
||||||
|
- cargo fmt --check
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -- -D warnings
|
- cargo clippy -- -D warnings
|
||||||
- cargo test --all-features
|
- cargo test --all-features
|
||||||
|
|||||||
917
Cargo.lock
generated
917
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ categories = ["text-processing"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0.148"
|
serde_json = "1.0.148"
|
||||||
reqwest = { version = "0.13.1", features = ["json"] }
|
reqwest = { version = "0.13.1", features = ["json", "form"] }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
log = "0.4.29"
|
log = "0.4.29"
|
||||||
zip = { version = "7.0.0", optional = true }
|
zip = { version = "7.0.0", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user