Skip to content

Commit

Permalink
simple logger 4.1.0 in ffi/diplomat
Browse files Browse the repository at this point in the history
  • Loading branch information
pdogr committed Apr 18, 2023
1 parent c97240d commit d2a31ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ffi/diplomat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ diplomat-runtime = { version = "0.5.1" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Logging is automagical in wasm, we only need this for native
simple_logger = { version = "1.12", optional = true }
simple_logger = { version = "4.1.0", optional = true }
log = { version = "0.4", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit d2a31ca

Please sign in to comment.