Skip to content

Commit

Permalink
Bump to v0.2
Browse files Browse the repository at this point in the history
rfwatson committed Sep 16, 2020
1 parent 0aca32c commit 9443578
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weblog"
version = "0.1.0"
version = "0.2.0"
authors = ["Rob Watson <rfwatson@users.noreply.github.com>"]
edition = "2018"
description = "weblog is a crate that defines a set of macros for calling `console.log()` and other members of the browser's console API when targeting Wasm."
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -54,10 +54,10 @@ No stringification is performed on the Rust side - so objects will be fully intr

```toml
# Defaults to web-sys
weblog = "0.1"
weblog = "0.2"

# For stdweb:
weblog = { version = "0.1", default-features = false, features = ["std_web"] }
weblog = { version = "0.2", default-features = false, features = ["std_web"] }
```

See the documentation for usage examples.

0 comments on commit 9443578

Please sign in to comment.