Skip to content

Commit 7b5f298

Browse files
authored
Merge pull request #2 from iamgabrielsoft/iamgabrielsoft/change
fix: update clap API and remove amplify macro in log_level.rs
2 parents 3758da9 + bc94548 commit 7b5f298

File tree

6 files changed

+187
-156
lines changed

6 files changed

+187
-156
lines changed

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ where_single_line = true
2525
unstable_features = true
2626

2727
imports_granularity = "Module"
28-
group_imports = "StdExternalCrate"
28+
group_imports = "StdExternalCrate"

Cargo.lock

Lines changed: 43 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ edition = "2021"
1313
rust-version = "1.75.0"
1414

1515
[dependencies]
16-
amplify = "4.8.0"
1716
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_debug"] }
1817
env_logger = "0.11.8"
18+
clap = { version = "4.5", features = ["derive"] }
1919

2020
[features]
2121
default = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
![Build](https://github.com/rust-amplify/loglevel/workflows/Build/badge.svg)
44
![Lints](https://github.com/rust-amplify/loglevel/workflows/Lints/badge.svg)
5-
[![Apache-2 licensed](https://img.shields.io/crates/l/loglevel)](./LICENSE)
5+
[![Apache-2 licensed](https://img.shields.io/crates/l/loglevel)](./LICENSE)

0 commit comments

Comments
 (0)