Skip to content

Commit 1ad307b

Browse files
authored
fix: update versions in crate documentation (#13)
1 parent 0e18d10 commit 1ad307b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//!
4242
//! `Cargo.toml`
4343
//! ```toml
44-
//! console_log = { version = "0.2", features = ["color"] }
44+
//! console_log = { version = "1", features = ["color"] }
4545
//! ```
4646
//!
4747
//! The styled log messages will be rendered as follows:
@@ -59,7 +59,7 @@
5959
//! [dependencies]
6060
//! cfg-if = "0.1"
6161
//! log = "0.4"
62-
//! console_log = { version = "0.2", optional = true }
62+
//! console_log = { version = "1", optional = true }
6363
//!
6464
//! [features]
6565
//! default = ["console_log"]

0 commit comments

Comments
 (0)