Skip to content

Commit 523f3a8

Browse files
🎉 Release 0.1.1 fixing docs.rs build
1 parent b789355 commit 523f3a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tauri-plugin-midi"
33
links = "tauri-plugin-midi"
44
description = "A WebMIDI-compatible plugin for Tauri"
55
license = "MIT"
6-
version = "0.1.0"
6+
version = "0.1.1"
77
authors = ["Brendan Allan", "Oscar Beaumont"]
88
edition = "2021"
99
rust-version = "1.60"
@@ -16,6 +16,7 @@ categories = ["web-programming"]
1616
# /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
1717
[package.metadata."docs.rs"]
1818
all-features = true
19+
rustc-args = ["--cfg", "docsrs"]
1920
rustdoc-args = ["--cfg", "docsrs"]
2021

2122
[dependencies]

0 commit comments

Comments
 (0)