Skip to content

Commit 7cf7a7a

Browse files
committed
Bump 0.6.0
1 parent b87e051 commit 7cf7a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wethr"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Silvio Clecio (silvioprog) <[email protected]>"]
55
license = "MIT"
66
description = "Command line weather tool."
@@ -13,9 +13,9 @@ edition = "2018"
1313

1414
[profile.release]
1515
lto = true
16-
opt-level = 'z'
16+
opt-level = "z"
1717
codegen-units = 1
18-
panic = 'abort'
18+
panic = "abort"
1919

2020
[dependencies]
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)