added info to cargo.toml and changed version to 0.2.0

This commit is contained in:
Zastian Pretorius
2022-06-13 15:18:04 +01:00
parent b94c3d41bd
commit 092aa16e6c
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -315,7 +315,7 @@ dependencies = [
[[package]] [[package]]
name = "log_e" name = "log_e"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"colored", "colored",
"isahc", "isahc",

View File

@@ -1,6 +1,8 @@
[package] [package]
name = "log_e" name = "log_e"
version = "0.1.0" author = "mrfluffy-dev"
license = "GPL-3.0"
version = "0.2.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html