Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Bump console_log from 0.1.2 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [console_log](https://github.com/iamcodemaker/console_log) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/iamcodemaker/console_log/releases)
- [Commits](https://github.com/iamcodemaker/console_log/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Apr 22, 2020
1 parent 34f66b1 commit 112de13
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ features = [
]

[dev-dependencies]
console_log = "0.1.2"
console_log = "0.2.0"
dodrio-js-api = { version = "=0.1.0", path = "./crates/js-api" }
futures = "0.3.4"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
console_error_panic_hook = "0.1.6"
console_log = "0.1.2"
console_log = "0.2.0"
dodrio = { path = "../.." }
log = "0.4.8"
wasm-bindgen = "0.2.55"
Expand Down
2 changes: 1 addition & 1 deletion examples/moire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wasm-bindgen-futures = "0.4.5"

# Optional dependencies for logging.
console_error_panic_hook = { optional = true, version = "0.1.6" }
console_log = { optional = true, version = "0.1.2" }
console_log = { optional = true, version = "0.2.0" }
js-sys = "0.3.32"

[dependencies.web-sys]
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen-futures = "0.4.5"

# Optional dependencies for logging.
console_error_panic_hook = { optional = true, version = "0.1.6" }
console_log = { optional = true, version = "0.1.2" }
console_log = { optional = true, version = "0.2.0" }
log = { optional = true, version = "0.4.8" }

[dependencies.web-sys]
Expand Down

0 comments on commit 112de13

Please sign in to comment.