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 b789355 commit 523f3a8Copy full SHA for 523f3a8
Cargo.toml
@@ -3,7 +3,7 @@ name = "tauri-plugin-midi"
3
links = "tauri-plugin-midi"
4
description = "A WebMIDI-compatible plugin for Tauri"
5
license = "MIT"
6
-version = "0.1.0"
+version = "0.1.1"
7
authors = ["Brendan Allan", "Oscar Beaumont"]
8
edition = "2021"
9
rust-version = "1.60"
@@ -16,6 +16,7 @@ categories = ["web-programming"]
16
# /bin/sh RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
17
[package.metadata."docs.rs"]
18
all-features = true
19
+rustc-args = ["--cfg", "docsrs"]
20
rustdoc-args = ["--cfg", "docsrs"]
21
22
[dependencies]
0 commit comments