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:
Amr Bashir
2024-07-02 03:57:24 +03:00
committed by GitHub
parent 720b60400f
commit 28bc5c2e3e
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const COMMANDS: &[&str] = &[
"list_channels",
"delete_channel",
"create_channel",
"permission_state"
"permission_state",
];
fn main() {