Skip to content

Commit

Permalink
Fix doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Mar 22, 2021
1 parent 432ade7 commit e2e755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! integrate the parsers used for the types in this crate via
//! [`SemVer::parse`], [`Version::parse`], and [`Mess::parse`].
#![doc(html_root_url = "https://docs.rs/versions/2.0.2")]
#![doc(html_root_url = "https://docs.rs/versions/2.1.0")]

use itertools::EitherOrBoth::{Both, Left, Right};
use itertools::Itertools;
Expand Down

0 comments on commit e2e755b

Please sign in to comment.