Skip to content

Commit

Permalink
Merge pull request #54 from artichoke/release-4.1.0
Browse files Browse the repository at this point in the history
Bump crate version to 4.1.0
  • Loading branch information
lopopolo authored Aug 5, 2020
2 parents cfd8a30 + 30bef1d commit a0a8502
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.0.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "4.1.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
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 @@ -6,7 +6,7 @@
<br>
[![Crate](https://img.shields.io/crates/v/boba.svg)](https://crates.io/crates/boba)
[![API](https://docs.rs/boba/badge.svg)](https://docs.rs/boba)
[![API master](https://img.shields.io/badge/docs-master-blue.svg)](https://artichoke.github.io/boba/boba/)
[![API trunk](https://img.shields.io/badge/docs-trunk-blue.svg)](https://artichoke.github.io/boba/boba/)

Implements the the
[Bubble Babble binary data encoding](/spec/Bubble_Babble_Encoding.txt).
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
//! [`std`]: https://doc.rust-lang.org/stable/std/index.html
//! [`std::error::Error`]: https://doc.rust-lang.org/stable/std/error/trait.Error.html
#![doc(html_root_url = "https://docs.rs/boba/4.0.0")]
#![doc(html_root_url = "https://docs.rs/boba/4.1.0")]
// Without the `std` feature, build `boba` with `no_std`.
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit a0a8502

Please sign in to comment.