fix: Dont send twice Host header when user provides it
This commit is contained in:
parent
7cafa674ba
commit
ac0e946b23
2 changed files with 8 additions and 2 deletions
2
justfile
2
justfile
|
@ -4,7 +4,7 @@ _default:
|
|||
@just --list
|
||||
|
||||
make_release $VERSION:
|
||||
sed -ie 's/^version = .*/version = "'$VERSION'"/g' Cargo.toml
|
||||
sed -i 's/^version = .*/version = "'$VERSION'"/g' Cargo.toml
|
||||
cargo fmt --all -- --check --color=always || (echo "Use cargo fmt to format your code"; exit 1)
|
||||
cargo clippy --all --all-features -- -D warnings || (echo "Solve your clippy warnings to succeed"; exit 1)
|
||||
git add Cargo.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue