mirror of
https://codeberg.org/demostf/api-test.git
synced 2026-06-03 17:44:07 +02:00
update api-client
This commit is contained in:
parent
c4aa610433
commit
a265dc4f3f
3 changed files with 3 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -299,9 +299,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "demostf-client"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b5af43960d8a86352679e330a1b5a217b04b1e2fa9dacaee0f47ae3db048917"
|
||||
checksum = "508d3f8dd8e58ce8479dfc3c9705652569f3094c4160301b01bd0e5e8c67ec6a"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-util",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
demostf-client = { version = "0.4.4" }
|
||||
demostf-client = { version = "0.4.5" }
|
||||
sqlx = { version = "0.6.0", features = ["postgres", "runtime-tokio-rustls"] }
|
||||
dotenv = "0.15.0"
|
||||
color-eyre = "0.6.1"
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@
|
|||
cargoTest = false;
|
||||
extraPaths = [./data];
|
||||
withOverlays = [(import ./nix/overlay.nix)];
|
||||
packages = {
|
||||
test-runner = pkgs: pkgs.test-runner;
|
||||
};
|
||||
checks = {
|
||||
test = pkgs: pkgs.nixosTest (import ./nix/test.nix);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue