Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f18fc5f

Browse files
flupkeLuni-4
authored andcommittedDec 9, 2024·
Update console
This fixes build errors on wasm targets: error[E0659]: `wants_emoji` is ambiguous --> /home/flupke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.13.0/src/utils.rs:7:19 | 7 | use crate::term::{wants_emoji, Term}; | ^^^^^^^^^^^ ambiguous name | = note: ambiguous because of multiple glob imports of a name in the same module note: `wants_emoji` could refer to the function imported here --> /home/flupke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.13.0/src/term.rs:560:9 | 560 | pub use crate::unix_term::*; | ^^^^^^^^^^^^^^^^^^^ = help: consider adding an explicit import of `wants_emoji` to disambiguate note: `wants_emoji` could also refer to the function imported here --> /home/flupke/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.13.0/src/term.rs:562:9 | 562 | pub use crate::wasm_term::*; | ^^^^^^^^^^^^^^^^^^^ = help: consider adding an explicit import of `wants_emoji` to disambiguate
1 parent 8eeb742 commit f18fc5f

File tree

2 files changed

+472
-1
lines changed

2 files changed

+472
-1
lines changed
 

‎Cargo.lock

Lines changed: 471 additions & 0 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
@@ -17,7 +17,7 @@ regex = "^1"
1717
serde_json = "^1.0"
1818

1919
[dependencies.console]
20-
version = "^0.13"
20+
version = "^0.15.8"
2121
default-features = true
2222
optional = true
2323

0 commit comments

Comments
 (0)
Please sign in to comment.