Skip to content

Commit 7b2af97

Browse files
committed
chore: Release
1 parent e2bd8d0 commit 7b2af97

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ log = { version = "0.4", optional = true }
2424
num-traits = "0.2"
2525
once_cell = "1"
2626
scopeguard = "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]
3030
env_logger = "0.11"

libstrophe-sys-bindgen/Cargo.toml

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

libstrophe-sys-bindgen/README.md

Lines changed: 3 additions & 3 deletions
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 = "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"
2121
This crate provides bindings to [libstrophe] C library which enables you the creation of XMPP
2222
clients and servers. The bindings were statically generated using [bindgen] so the crate doesn't
2323
have 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

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.14.0
29+
Current bindings were generated from libstrophe version: 0.12.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)