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
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue