Skip to content

Commit 340d593

Browse files
committed
chore: Release
1 parent deca6fb commit 340d593

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libstrophe-sys-bindgen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libstrophe-sys-bindgen"
3-
version = "8.0.0"
3+
version = "8.0.1"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "Rust bindings for libstrophe, generated using bindgen"

libstrophe-sys-bindgen/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/libstrophe-sys-bindgen)
99
Add 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.
2626
Usage of this crate creates runtime dependency on libstrophe.so so be sure to install that using
2727
your 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

3131
The difference from [libstrophe-sys] crate is that this one is automatically generated hence
3232
easier to maintain.

0 commit comments

Comments
 (0)