From cb792826ba2fd9b661a514ed9a597ce0c600e2f1 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Mon, 9 Dec 2024 19:03:50 +0100 Subject: [PATCH] Ver up in README --- SECURITY.md | 4 ++-- docs/src/getting-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 0853c23..1bcbef1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | |----------| ------------------ | -| 1.17.x + | :white_check_mark: | -| < 1.17.0 | :x: | +| 2.26.x + | :white_check_mark: | +| < 2.26.0 | :x: | ## Reporting a Vulnerability diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index 6b4887f..4977956 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -4,7 +4,7 @@ Cargo.toml dependencies example: ```toml [dependencies] -slack-morphism = { version = "2.3", features = ["hyper", "axum"] } +slack-morphism = { version = "2.7", features = ["hyper", "axum"] } ``` All imports you need: