Skip to content

Commit

Permalink
Merge pull request #65 from artichoke/release-v4.1.1
Browse files Browse the repository at this point in the history
Prepare for v4.1.1 release
  • Loading branch information
lopopolo authored Dec 20, 2020
2 parents 221c690 + f785e07 commit e333ade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boba"
version = "4.1.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "4.1.1" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down Expand Up @@ -34,3 +34,8 @@ bstr = { version = "0.2", default-features = false }
[dev-dependencies]
bubblebabble = "0.1"
version-sync = "0.9"

[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu` and only builds
# that target. `boba` has the same API and code on all targets.
targets = ["x86_64-unknown-linux-gnu"]
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.1.0")]
#![doc(html_root_url = "https://docs.rs/boba/4.1.1")]
// Without the `std` feature, build `boba` with `no_std`.
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit e333ade

Please sign in to comment.