Skip to content

Commit 369d65a

Browse files
authored
Merge branch 'abdolence:master' into jichaos/feature/filesupload
2 parents 0bd76f1 + 5c38085 commit 369d65a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = "slack-morphism"
3-
version = "1.6.2-alpha.0"
3+
version = "1.7.1-alpha.0"
44
authors = ["Abdulla Abdurakhmanov <me@abdolence.dev>"]
55
edition = "2021"
66
license = "Apache-2.0"

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
|-----------| ------------------ |
7-
| >= 1.3.x | :white_check_mark: |
8-
| < 1.3.0 | :x: |
7+
| >= 1.6.x | :white_check_mark: |
8+
| < 1.6.0 | :x: |
99

1010
## Reporting a Vulnerability
1111

docs/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cargo.toml dependencies example:
44

55
```toml
66
[dependencies]
7-
slack-morphism = { version = "1.6", features = ["hyper", "axum"] }
7+
slack-morphism = { version = "1.7", features = ["hyper", "axum"] }
88
```
99

1010
All imports you need:

0 commit comments

Comments
 (0)