Skip to content

Commit

Permalink
Merge pull request #72 from artichoke/release-4.2.0
Browse files Browse the repository at this point in the history
Prepare for v4.2.0 release
  • Loading branch information
lopopolo authored Jan 6, 2021
2 parents f4650db + 4b2cedd commit 8b64430
Show file tree
Hide file tree
Showing 3 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 = "boba"
version = "4.1.2" # remember to set `html_root_url` in `src/lib.rs`.
version = "4.2.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
boba = "4"
boba = "4.2"
```

Then encode and decode data like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! [`std::error::Error`]: https://doc.rust-lang.org/stable/std/error/trait.Error.html
#![no_std]
#![doc(html_root_url = "https://docs.rs/boba/4.1.2")]
#![doc(html_root_url = "https://docs.rs/boba/4.2.0")]

// Without the `alloc` feature, build `boba` without alloc.
// This configuration is unsupported and will result in a compile error.
Expand Down

0 comments on commit 8b64430

Please sign in to comment.