diff --git a/.github/workflows/rust-build-deploy.yml b/.github/workflows/rust-build-deploy.yml index d9ff198..7f357c9 100644 --- a/.github/workflows/rust-build-deploy.yml +++ b/.github/workflows/rust-build-deploy.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: '0' - name: Install cargo-binstall - run: curl -L --proto '=htrunfast' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - name: Install tq run: cargo binstall -y tomlq diff --git a/Cargo.lock b/Cargo.lock index a93f0c3..63c9288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "runfast" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap 4.0.18", "clap_mangen", diff --git a/Cargo.toml b/Cargo.toml index 5c9eeac..b8a9dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runfast" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Anna Singleton"] repository = "https://github.com/anna-singleton/runfast"