mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
set version to 0.7.0
This commit is contained in:
parent
7252ad5abe
commit
d48180ddb2
|
@ -6,7 +6,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
missing-docs = "warn"
|
missing-docs = "warn"
|
||||||
|
|
|
@ -46,7 +46,7 @@ In the likely case you only need one of them, you can include that one specifica
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
servicepoint = { version = "0.6.0", default-features = false, features = ["compression-bz"] }
|
servicepoint = { version = "0.7.0", default-features = false, features = ["compression-bz"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Everything else
|
## Everything else
|
||||||
|
|
|
@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
cbindgen = "0.26.0"
|
cbindgen = "0.26.0"
|
||||||
|
|
||||||
[dependencies.servicepoint]
|
[dependencies.servicepoint]
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
path = "../servicepoint"
|
path = "../servicepoint"
|
||||||
features = ["all_compressions"]
|
features = ["all_compressions"]
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ test = false
|
||||||
csbindgen = "1.8.0"
|
csbindgen = "1.8.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
servicepoint_binding_c = { version = "0.6.0", path = "../servicepoint_binding_c" }
|
servicepoint_binding_c = { version = "0.7.0", path = "../servicepoint_binding_c" }
|
||||||
servicepoint = { version = "0.6.0", path = "../servicepoint" }
|
servicepoint = { version = "0.7.0", path = "../servicepoint" }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>ServicePoint</PackageId>
|
<PackageId>ServicePoint</PackageId>
|
||||||
<Version>0.6.0</Version>
|
<Version>0.7.0</Version>
|
||||||
<Authors>Repository Authors</Authors>
|
<Authors>Repository Authors</Authors>
|
||||||
<Company>None</Company>
|
<Company>None</Company>
|
||||||
<Product>ServicePoint</Product>
|
<Product>ServicePoint</Product>
|
||||||
|
|
Loading…
Reference in a new issue