Skip to content

Commit 415ed7e

Browse files
ci: redo the find-replace more carefully 🤦 (#44)
2 parents 75f1c6d + 03f2ce8 commit 415ed7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: '0'
1616

1717
- name: Install cargo-binstall
18-
run: curl -L --proto '=htrunfast' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
18+
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
1919

2020
- name: Install tq
2121
run: cargo binstall -y tomlq

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runfast"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["Anna Singleton<[email protected]>"]
66
repository = "https://github.com/anna-singleton/runfast"

0 commit comments

Comments
 (0)