Skip to content

Commit 9ef4e9e

Browse files
committed
bump version number
1 parent 1847921 commit 9ef4e9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console_log"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Matthew Nicholson <matt@matt-land.com>"]
55
edition = "2018"
66
keywords = ["log", "logging", "console", "web_sys", "web"]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![deny(missing_docs)]
2+
#![doc(html_root_url = "https://docs.rs/console_log/0.1.2")]
23

34
//! A logger that logs to the browser's console.
45
//!

0 commit comments

Comments
 (0)