We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d4ba2 commit db24585Copy full SHA for db24585
midi2/Cargo.toml
@@ -3,7 +3,7 @@ name = "midi2"
3
version = "0.8.1"
4
description = "Ergonomic, versatile, strong types wrapping MIDI 2.0 message data."
5
edition = "2021"
6
-readme = "../README.md"
+readme = "README.md"
7
license = "MIT OR Apache-2.0"
8
authors = [
9
"Ben Leadbetter <ben.leadbetter@hotmail.com>",
midi2/README.md
@@ -0,0 +1 @@
1
+../README.md
midi2/src/lib.rs
@@ -1,6 +1,6 @@
#![no_std]
2
#![cfg_attr(docsrs, feature(doc_cfg))]
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
#[cfg(any(feature = "std", test))]
extern crate std;
0 commit comments