diff options
author | 2024-09-22 13:32:06 +0300 | |
---|---|---|
committer | 2024-09-22 17:11:16 +0300 | |
commit | f67733bc6a7b8e42c2bdb9101785bbe33b0fd7dd (patch) | |
tree | bba67db6286967654bbe0ba326478443b9289568 /rust | |
parent | df62648046ae655ef040c40fd0d9e8721388381e (diff) | |
download | newsboat-r2.30.2.tar.gz newsboat-r2.30.2.tar.zst newsboat-r2.30.2.zip |
Release 2.30.2r2.30.2
Diffstat (limited to 'rust')
-rw-r--r-- | rust/libnewsboat-ffi/Cargo.toml | 2 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml index d1a08441..fb74b5e0 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.30.1" +version = "2.30.2" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index af04639a..e88868d0 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.30.1" +version = "2.30.2" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" |