mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
feat(http): add http plugin version in user agent sting (#1501)
* feat(http): add http plugin version in user agent sting * Update build.rs
This commit is contained in:
@@ -18,7 +18,7 @@ const COMMANDS: &[&str] = &[
|
||||
"list_channels",
|
||||
"delete_channel",
|
||||
"create_channel",
|
||||
"permission_state"
|
||||
"permission_state",
|
||||
];
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user