Skip to content

Commit aa68679

Browse files
committed
fix: include the correct README
1 parent f7838ee commit aa68679

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
@@ -3,7 +3,7 @@ name = "patchy-bin"
33
version = "1.3.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
6-
readme = "./docs/README.md"
6+
readme = "README.md"
77
keywords = ["git", "github", "fork", "patchy"]
88
categories = ["development-tools", "command-line-utilities"]
99
authors = ["Nikita Revenco"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(doc, doc = include_str!("../docs/README.md"))]
1+
#![cfg_attr(doc, doc = include_str!("../README.md"))]
22
use std::env;
33
use std::sync::LazyLock;
44

0 commit comments

Comments
 (0)