Compare commits

...

2 Commits

Author SHA1 Message Date
9900518d62 Bump version (v0.19.0)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-09-03 13:35:45 +02:00
d37f5ba32b Merge pull request #330 from vbrandl/chore/update-actix-web2
Update actix-web and tokio
2021-09-03 13:20:09 +02:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -794,7 +794,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"actix-rt",
"actix-web",

View File

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