Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaesaecracker committed Oct 16, 2024
1 parent 9193cfe commit 28f2720
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.9.1"
version = "0.10.0"

[workspace.lints.rust]
missing-docs = "warn"
2 changes: 1 addition & 1 deletion crates/servicepoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo add servicepoint
or
```toml
[dependencies]
servicepoint = "0.9.1"
servicepoint = "0.10.0"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion crates/servicepoint_binding_c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
cbindgen = "0.27.0"

[dependencies.servicepoint]
version = "0.9.1"
version = "0.10.0"
path = "../servicepoint"
features = ["all_compressions"]

Expand Down
4 changes: 2 additions & 2 deletions crates/servicepoint_binding_cs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ test = false
csbindgen = "1.9.3"

[dependencies]
servicepoint_binding_c = { version = "0.9.1", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.9.1", path = "../servicepoint" }
servicepoint_binding_c = { version = "0.10.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.10.0", path = "../servicepoint" }

[lints]
workspace = true
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<PackageId>ServicePoint</PackageId>
<Version>0.9.1</Version>
<Version>0.10.0</Version>
<Authors>Repository Authors</Authors>
<Company>None</Company>
<Product>ServicePoint</Product>
Expand Down

0 comments on commit 28f2720

Please sign in to comment.