File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ log = { version = "0.4", optional = true }
2424num-traits = " 0.2"
2525once_cell = " 1"
2626scopeguard = " 1"
27- sys = { package = " libstrophe-sys-bindgen" , version = " 7 " , path = " libstrophe-sys-bindgen" }
27+ sys = { package = " libstrophe-sys-bindgen" , version = " 8 " , path = " libstrophe-sys-bindgen" }
2828
2929[dev-dependencies ]
3030env_logger = " 0.11"
Original file line number Diff line number Diff line change 11[package ]
22name = " libstrophe-sys-bindgen"
3- version = " 7.1 .0"
3+ version = " 8.0 .0"
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 = "7.1 .0"
12+ libstrophe-sys-bindgen = "8.0 .0"
1313```
1414
1515![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
@@ -21,12 +21,12 @@ libstrophe-sys-bindgen = "7.1.0"
2121This crate provides bindings to [ libstrophe] C library which enables you the creation of XMPP
2222clients and servers. The bindings were statically generated using [ bindgen] so the crate doesn't
2323have a hard dependency on bindgen. If you still want to regenerate the bindings during building
24- of the create , enable ` buildtime_bindgen ` feature.
24+ of the crate , enable ` buildtime_bindgen ` feature.
2525
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.14 .0
29+ Current bindings were generated from libstrophe version: 0.12 .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