diff --git a/.github/buildomat/jobs/client-helios.sh b/.github/buildomat/jobs/client-helios.sh index 509a1ec..fbf373e 100644 --- a/.github/buildomat/jobs/client-helios.sh +++ b/.github/buildomat/jobs/client-helios.sh @@ -1,5 +1,5 @@ #!/bin/bash -#: name = "client (helios)" +#: name = "Build Helios client" #: variety = "basic" #: target = "helios-2.0" #: rust_toolchain = true diff --git a/.github/buildomat/jobs/client-linux.sh b/.github/buildomat/jobs/client-linux.sh index 004f88e..d3a0dfe 100644 --- a/.github/buildomat/jobs/client-linux.sh +++ b/.github/buildomat/jobs/client-linux.sh @@ -1,5 +1,5 @@ #!/bin/bash -#: name = "client (linux)" +#: name = "Build Linux client" #: variety = "basic" #: target = "ubuntu-22.04" #: rust_toolchain = true diff --git a/Cargo.toml b/Cargo.toml index db34c69..7e49da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ progenitor-client = "0.11" pwd = "1" rand = "0.8" rand_core = "0.6" -reqwest = "0.12" +reqwest = { version = "0.12", default-features = false, features = ["charset", "http2"] } rlimit = "0.10" rumors = { git = "https://github.com/oxidecomputer/rumors", rev = "748325407feb4c61f558713bad431281f8326ac4" } rustix = { version = "1", features = ["fs", "process", "pty", "termios"] }