Skip to content

Commit

Permalink
release 0.0.10 for varnish 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Sep 23, 2023
1 parent 0d0c378 commit 58b0de1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
toolchain: stable
- run: |
sudo apt-get install -y curl
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish73/script.deb.sh | sudo bash
curl -s https://packagecloud.io/install/repositories/varnishcache/varnish74/script.deb.sh | sudo bash
sudo apt-get install varnish-dev
- run: |
cargo doc
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "vmod_reqwest"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
license = "BSD-3-Clause"

[build-dependencies]
varnish = "0.0.16"
varnish = "0.0.17"

[dependencies]
varnish = "0.0.16"
varnish-sys = "0.0.16"
varnish = "0.0.17"
varnish-sys = "0.0.17"
regex = "1.5"
lru = "0.7.1"
bytes = "1.1.0"
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.10 | 7.4 |
| 0.0.9 | 7.3 |
| 0.0.8 | 7.3 |
| 0.0.7 | 7.3 |
Expand Down

0 comments on commit 58b0de1

Please sign in to comment.