Skip to content

Commit

Permalink
update to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Mar 24, 2024
1 parent b8c82c1 commit 63ec1f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vmod_reqwest"
version = "0.0.11"
version = "0.0.12"
edition = "2021"
license = "BSD-3-Clause"
authors = [ "Guillaume Quintard [email protected]" ]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM rust:1.73-bookworm

WORKDIR /vmod_reqwest
ARG VMOD_REQWEST_VERSION=0.0.11
ARG VMOD_REQWEST_VERSION=0.0.12
ARG RELEASE_URL=https://github.com/gquintard/vmod_reqwest/archive/refs/tags/v${VMOD_REQWEST_VERSION}.tar.gz
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Don't hesitate to open github issues if something is unclear or impractical. You

| vmod-reqwest | varnish |
| :----------- | :-----: |
| 0.0.12 | 7.5 |
| 0.0.11 | 7.5 |
| 0.0.10 | 7.4 |
| 0.0.9 | 7.3 |
Expand Down

0 comments on commit 63ec1f0

Please sign in to comment.