We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87e051 commit 7cf7a7aCopy full SHA for 7cf7a7a
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wethr"
3
-version = "0.5.0"
+version = "0.6.0"
4
authors = ["Silvio Clecio (silvioprog) <silvioprog@gmail.com>"]
5
license = "MIT"
6
description = "Command line weather tool."
@@ -13,9 +13,9 @@ edition = "2018"
13
14
[profile.release]
15
lto = true
16
-opt-level = 'z'
+opt-level = "z"
17
codegen-units = 1
18
-panic = 'abort'
+panic = "abort"
19
20
[dependencies]
21
thiserror = "1.0"
0 commit comments