Compare commits
No commits in common. "c78b4faacd8b375211cd2d8893eff63ccf020d1a" and "7bcff13eb8e7fec3105ae6ebe8e41cc30c267589" have entirely different histories.
c78b4faacd
...
7bcff13eb8
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
pipeline:
|
|
||||||
test:
|
|
||||||
image: rust:latest
|
|
||||||
environment:
|
|
||||||
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
|
||||||
commands:
|
|
||||||
- rustup component add rustfmt clippy
|
|
||||||
- cargo fmt --all --check
|
|
||||||
- cargo clippy --all --all-features -- -D warnings
|
|
||||||
- cargo test --workspace
|
|
|
@ -52,12 +52,12 @@ ress = "0.11.4"
|
||||||
phf = "0.11.1"
|
phf = "0.11.1"
|
||||||
base64 = "0.21.0"
|
base64 = "0.21.0"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
|
quick-xml = { version = "0.27.1", features = ["serialize"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
test-log = "0.2.11"
|
test-log = "0.2.11"
|
||||||
rstest = "0.17.0"
|
rstest = "0.16.0"
|
||||||
temp_testdir = "0.2.3"
|
temp_testdir = "0.2.3"
|
||||||
tokio-test = "0.4.2"
|
tokio-test = "0.4.2"
|
||||||
insta = { version = "1.17.1", features = ["ron", "redactions"] }
|
insta = { version = "1.17.1", features = ["ron", "redactions"] }
|
||||||
|
|
Loading…
Reference in a new issue