File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " libstrophe-sys-bindgen"
3- version = " 8.0.0 "
3+ version = " 8.0.1 "
44edition = " 2024"
55rust-version = " 1.85.0"
66description = " Rust bindings for libstrophe, generated using bindgen"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/libstrophe-sys-bindgen)
99Add this to your Cargo.toml:
1010```
1111[dependencies]
12- libstrophe-sys-bindgen = "8.0.0 "
12+ libstrophe-sys-bindgen = "8.0.1 "
1313```
1414
1515![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
@@ -26,7 +26,7 @@ of the crate, enable `buildtime_bindgen` feature.
2626Usage of this crate creates runtime dependency on libstrophe.so so be sure to install that using
2727your package manager.
2828
29- Current bindings were generated from libstrophe version: 0.12 .0
29+ Current bindings were generated from libstrophe version: 0.14 .0
3030
3131The difference from [ libstrophe-sys] crate is that this one is automatically generated hence
3232easier to maintain.
You can’t perform that action at this time.
0 commit comments