Skip to content

Commit

Permalink
changed to a simpler way to log
Browse files Browse the repository at this point in the history
  • Loading branch information
ninomerlino committed Feb 23, 2024
1 parent 7f09d2a commit 74b3b8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[package]
name = "unwrap_or_log"
version = "0.1.0"
version = "0.2.0"
authors = ["https://github.com/ninomerlino"]
edition = "2021"
license = "MIT"
keywords = ["logger", "error"]
description = "A simple crate adding two functions to all std::resut::Result to log errors using the log crate"
documentation = "https://docs.rs/unwrap_or_log"
readme = "README.md"
repository = "https://github.com/ninomerlino/unwrap_or_log"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 74b3b8e

Please sign in to comment.