File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libstrophe"
3
- version = " 0.20.0 "
3
+ version = " 0.20.1 "
4
4
edition = " 2024"
5
5
rust-version = " 1.85.0"
6
6
description = " Rust ergonomic wrapper for libstrophe"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/libstrophe)
9
9
Add this to your Cargo.toml:
10
10
```
11
11
[dependencies]
12
- libstrophe = "0.20.0 "
12
+ libstrophe = "0.20.1 "
13
13
```
14
14
15
15
![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
@@ -104,7 +104,7 @@ ctx.run();
104
104
libstrophe :: shutdown ();
105
105
```
106
106
107
- For more complete examples see this crate ` src/ examples` directory and [ libstrophe examples] .
107
+ For more complete examples see this crate ` examples ` directory and [ libstrophe examples] .
108
108
109
109
110
110
## Crate features
You can’t perform that action at this time.
0 commit comments