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 ea50f65 commit add09c8Copy full SHA for add09c8
crates/tauri-codegen/Cargo.toml
@@ -25,7 +25,7 @@ tauri-utils = { version = "2.0.1", path = "../tauri-utils", features = [
25
] }
26
thiserror = "1"
27
walkdir = "2"
28
-brotli = { version = "6", optional = true, default-features = false, features = [
+brotli = { version = "7", optional = true, default-features = false, features = [
29
"std",
30
31
regex = { version = "1", optional = true }
0 commit comments