bump version v0.5.2

This commit is contained in:
Clément DOUIN 2022-02-02 02:16:12 +01:00
parent c332042ac8
commit ea6cd48450
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -361,7 +361,7 @@ dependencies = [
[[package]] [[package]]
name = "himalaya" name = "himalaya"
version = "0.5.1" version = "0.5.2"
dependencies = [ dependencies = [
"ammonia", "ammonia",
"anyhow", "anyhow",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "himalaya" name = "himalaya"
description = "Command-line interface for email management" description = "Command-line interface for email management"
version = "0.5.1" version = "0.5.2"
authors = ["soywod <clement.douin@posteo.net>"] authors = ["soywod <clement.douin@posteo.net>"]
edition = "2018" edition = "2018"