Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Aug 20, 2024
1 parent d7100ad commit 06f4e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
categories = ["development-tools::debugging"]
documentation = "https://docs.rs/simple-log"
repository = "https://github.com/baoyachi/simple-log"
license = "MIT Or Apache-2.0"
license = "MIT OR Apache-2.0"

[package]
name = "simple-log"
Expand Down Expand Up @@ -48,4 +48,4 @@ members = ["./", "simple-log-derive"]


[features]
target = ["simple-log-derive"]
target = ["simple-log-derive"]

0 comments on commit 06f4e17

Please sign in to comment.