Skip to content

Commit db24585

Browse files
committed
fix: publish broken because can't find midi2 readme
1 parent 89d4ba2 commit db24585

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

midi2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "midi2"
33
version = "0.8.1"
44
description = "Ergonomic, versatile, strong types wrapping MIDI 2.0 message data."
55
edition = "2021"
6-
readme = "../README.md"
6+
readme = "README.md"
77
license = "MIT OR Apache-2.0"
88
authors = [
99
"Ben Leadbetter <ben.leadbetter@hotmail.com>",

midi2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

midi2/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![no_std]
22
#![cfg_attr(docsrs, feature(doc_cfg))]
3-
#![doc = include_str!("../../README.md")]
3+
#![doc = include_str!("../README.md")]
44

55
#[cfg(any(feature = "std", test))]
66
extern crate std;

0 commit comments

Comments
 (0)