chore: Update version to 2.2.4-rev1 in Cargo.toml and README.md

This commit is contained in:
vffuunnyy 2025-11-02 13:25:12 +07:00
parent f025133cdb
commit 7f28bb2bfc
No known key found for this signature in database
GPG key ID: 5E656A84B06B0AF1
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "remnawave"
version = "2.2.4"
version = "2.2.4-rev1"
authors = ["vffuunnyy <vffuunnyy@gmail.com>"]
description = "Rust SDK for Remnawave API - A comprehensive client library for interacting with Remnawave services"
license = "MIT"

View file

@ -21,14 +21,14 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
remnawave = "2.2.4" # or { version = "2.2.4", features = ["native-tls"] }
remnawave = "2.2.4-rev1" # or { version = "2.2.4-rev1", features = ["native-tls"] }
tokio = { version = "1.0", features = ["full"] }
```
Or install via cargo:
```bash
cargo add remnawave@2.2.4
cargo add remnawave@2.2.4-rev1
cargo add tokio --features full
```