Skip to content

Commit e66b564

Browse files
committed
Release 1.9.0
1 parent 6e01d3d commit e66b564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relative-path"
3-
version = "1.8.1"
3+
version = "1.9.0"
44
authors = ["John-John Tedro <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.56"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! Add `relative-path` to your `Cargo.toml`:
2525
//!
2626
//! ```toml
27-
//! relative-path = "1.8.1"
27+
//! relative-path = "1.9.0"
2828
//! ```
2929
//!
3030
//! Start using relative paths:

0 commit comments

Comments
 (0)