Skip to content

Commit

Permalink
chore: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed Jul 5, 2024
1 parent 67551b1 commit 4977a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-prevent-default"
description = "Disable default webview shortcuts"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
homepage = "https://github.com/ferreira-tb/tauri-plugin-prevent-default"
repository = "https://github.com/ferreira-tb/tauri-plugin-prevent-default"
Expand All @@ -10,6 +10,10 @@ authors = ["Andrew Ferreira <[email protected]>"]
license = "MIT"
keywords = ["plugin", "tauri", "tauri-plugin"]

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
bitflags = "2.6.0"
tauri = "2.0.0-beta.22"

0 comments on commit 4977a40

Please sign in to comment.