File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libstrophe-sys-bindgen"
3
- version = " 8.0.0 "
3
+ version = " 8.0.1 "
4
4
edition = " 2024"
5
5
rust-version = " 1.85.0"
6
6
description = " 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)
9
9
Add this to your Cargo.toml:
10
10
```
11
11
[dependencies]
12
- libstrophe-sys-bindgen = "8.0.0 "
12
+ libstrophe-sys-bindgen = "8.0.1 "
13
13
```
14
14
15
15
![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
@@ -26,7 +26,7 @@ of the crate, enable `buildtime_bindgen` feature.
26
26
Usage of this crate creates runtime dependency on libstrophe.so so be sure to install that using
27
27
your package manager.
28
28
29
- Current bindings were generated from libstrophe version: 0.12 .0
29
+ Current bindings were generated from libstrophe version: 0.14 .0
30
30
31
31
The difference from [ libstrophe-sys] crate is that this one is automatically generated hence
32
32
easier to maintain.
You can’t perform that action at this time.
0 commit comments