mirror of
https://github.com/remnawave/rust-sdk.git
synced 2026-05-13 12:16:47 +00:00
chore: Update version to 2.2.4-rev1 in Cargo.toml and README.md
This commit is contained in:
parent
f025133cdb
commit
7f28bb2bfc
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue