Skip to content

Commit

Permalink
Fixed readme and upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyHellraiser committed Dec 17, 2023
1 parent 03e8c02 commit ae879d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "the_logger"
description = "A very simple but customizable logger for Rust"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["Tomas Ponce <nacho.ponce25@gmail.com"]
keywords = ["logger", "log", "debug", "message", "file"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Crates.io](https://img.shields.io/crates/v/the_logger?logo=rust)](https://crates.io/crates/the_logger)
![Crates.io](https://img.shields.io/crates/l/the_logger/0.5.1)
![Crates.io](https://img.shields.io/crates/l/the_logger/0.5.0)
[![Rust](https://github.com/tommyHellraiser/the_logger/actions/workflows/compile.yml/badge.svg)](https://github.com/tommyHellraiser/the_logger/actions/workflows/compile.yml)
[![rustc_version]][Rust 1.72]
[![the_logger]][the_logger_docs]
Expand All @@ -11,7 +11,7 @@

[the_logger_docs]: https://docs.rs/the_logger/0.5.1/the_logger/

# the_logger;
# the_logger

This crate was created with the purpose of making logging easier to the point where you need only two lines
to create a log file. But besides being easy to use and spawn, it's also really customizable down to the
Expand Down

0 comments on commit ae879d6

Please sign in to comment.