Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 9253fef

Browse files
authored
Merge pull request #68 from artichoke/release-4.1.2
Prepare v4.1.2 release
2 parents 782b7e6 + d77d386 commit 9253fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "boba"
3-
version = "4.1.1" # remember to set `html_root_url` in `src/lib.rs`.
3+
version = "4.1.2" # remember to set `html_root_url` in `src/lib.rs`.
44
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
55
license = "MIT"
66
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
//! [`std`]: https://doc.rust-lang.org/stable/std/index.html
7272
//! [`std::error::Error`]: https://doc.rust-lang.org/stable/std/error/trait.Error.html
7373
74-
#![doc(html_root_url = "https://docs.rs/boba/4.1.1")]
74+
#![doc(html_root_url = "https://docs.rs/boba/4.1.2")]
7575
// Without the `std` feature, build `boba` with `no_std`.
7676
#![cfg_attr(not(feature = "std"), no_std)]
7777

0 commit comments

Comments
 (0)