fix enable all features for docs.rs, bump version again for re-upload
This commit is contained in:
parent
3a605da0d5
commit
dbbe631741
7 changed files with 13 additions and 10 deletions
|
@ -52,4 +52,7 @@ required-features = ["protocol_websocket"]
|
|||
clap = { version = "4.5", features = ["derive"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
|
@ -17,7 +17,7 @@ cargo add servicepoint
|
|||
or
|
||||
```toml
|
||||
[dependencies]
|
||||
servicepoint = "0.9.0"
|
||||
servicepoint = "0.9.1"
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue