Skip to content

Commit

Permalink
fix: cargo.toml params
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomattioli committed Sep 24, 2024
1 parent a622ba9 commit 905f89c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "mt-mock-logger"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Diogo Mattioli <[email protected]>"]
license = "MIT"
authors = ["Diogo Mattioli <[email protected]>"]
repository = "https://github.com/diogomattioli/mt_mock_logger"
description = "A thread safe mock logger designed to support logger mocking across multiple tests running in parallel"

[dependencies]
log = "0.4.22"
log = "0.4"

[dev-dependencies]
mockall = "0.13.0"
mockall = "0.13"

0 comments on commit 905f89c

Please sign in to comment.