Compare commits

...

2 Commits

Author SHA1 Message Date
f2436efc85 Bump version (v0.21.0)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-01-30 00:23:41 +01:00
80a6cf0036 Merge pull request #409 from vbrandl/chore/dependencies
All checks were successful
continuous-integration/drone/push Build is passing
Update `serde_derive` and `tokio`
2022-01-30 00:17:56 +01:00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -820,7 +820,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.20.4"
version = "0.21.0"
dependencies = [
"actix-rt",
"actix-web",

View File

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