fix enable all features for docs.rs, bump version again for re-upload

This commit is contained in:
Vinzenz Schroeter 2024-10-12 20:07:55 +02:00
parent 3a605da0d5
commit dbbe631741
7 changed files with 13 additions and 10 deletions

View file

@ -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

View file

@ -17,7 +17,7 @@ cargo add servicepoint
or
```toml
[dependencies]
servicepoint = "0.9.0"
servicepoint = "0.9.1"
```
## Examples

View file

@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
cbindgen = "0.27.0"
[dependencies.servicepoint]
version = "0.9.0"
version = "0.9.1"
path = "../servicepoint"
features = ["all_compressions"]

View file

@ -13,8 +13,8 @@ test = false
csbindgen = "1.9.3"
[dependencies]
servicepoint_binding_c = { version = "0.9.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.9.0", path = "../servicepoint" }
servicepoint_binding_c = { version = "0.9.1", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.9.1", path = "../servicepoint" }
[lints]
workspace = true

View file

@ -11,7 +11,7 @@
<PropertyGroup>
<PackageId>ServicePoint</PackageId>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
<Authors>Repository Authors</Authors>
<Company>None</Company>
<Product>ServicePoint</Product>