Skip to content

Commit 9fa1d38

Browse files
committed
chore: Release
1 parent 340d593 commit 9fa1d38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "Rust ergonomic wrapper for libstrophe"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/libstrophe)
99
Add this to your Cargo.toml:
1010
```
1111
[dependencies]
12-
libstrophe = "0.20.0"
12+
libstrophe = "0.20.1"
1313
```
1414

1515
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
@@ -104,7 +104,7 @@ ctx.run();
104104
libstrophe::shutdown();
105105
```
106106

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].
108108

109109

110110
## Crate features

0 commit comments

Comments
 (0)