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 45f8552 commit ee0f263Copy full SHA for ee0f263
2 files changed
libstrophe-sys-bindgen/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libstrophe-sys-bindgen"
3
-version = "8.1.0"
+version = "8.1.1"
4
edition = "2024"
5
rust-version = "1.85.0"
6
description = "Rust bindings for libstrophe, generated using bindgen"
libstrophe-sys-bindgen/README.md
@@ -17,7 +17,7 @@ cargo add libstrophe-sys-bindgen
17
Or add to your Cargo.toml:
18
```toml
19
[dependencies]
20
-libstrophe-sys-bindgen = "8.1.0"
+libstrophe-sys-bindgen = "8.1.1"
21
```
22
23
## libstrophe C library bindings
0 commit comments