Merge pull request #529 from vbrandl/release/v0.28.0
All checks were successful
continuous-integration/drone/push Build is passing

Release/v0.28.0
This commit is contained in:
Valentin Brandl 2022-12-18 10:25:14 +01:00 committed by GitHub
commit eab043194a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.28.0] 2022-12-18
### Fixes
* Fixed clippy lint `needless_borrow` ([#526])

2
Cargo.lock generated
View File

@ -864,7 +864,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.27.0"
version = "0.28.0"
dependencies = [
"actix-rt",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "hoc"
version = "0.27.0"
version = "0.28.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
build = "build.rs"