Skip to content

Commit

Permalink
chore: Do not specify patch version for log (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 15, 2023
1 parent b61eeba commit 104e619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ts-rs = "6.1"
const_format = "0.2.30"
# Logging libraries
pretty_env_logger = "0.5.0"
log = "0.4.17"
log = "0.4"
# Extracting zip files easily
zip-extract = "0.1.2"
# open urls
Expand Down

0 comments on commit 104e619

Please sign in to comment.