diff --git a/Cargo.lock b/Cargo.lock index 3819516..69d32db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ dependencies = [ [[package]] name = "servicepoint" -version = "0.11.0" +version = "0.12.0" dependencies = [ "bitvec", "bzip2", @@ -948,7 +948,7 @@ dependencies = [ [[package]] name = "servicepoint_binding_c" -version = "0.11.0" +version = "0.12.0" dependencies = [ "cbindgen", "servicepoint", @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "servicepoint_binding_uniffi" -version = "0.11.0" +version = "0.12.0" dependencies = [ "servicepoint", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 9eae2e7..20457c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ members = [ ] [workspace.package] -version = "0.11.0" +version = "0.12.0" [workspace.lints.rust] missing-docs = "warn" [workspace.dependencies] -thiserror = "1.0.69" \ No newline at end of file +thiserror = "1.0.69" diff --git a/crates/servicepoint/README.md b/crates/servicepoint/README.md index 0a1064f..e4bae8a 100644 --- a/crates/servicepoint/README.md +++ b/crates/servicepoint/README.md @@ -17,7 +17,7 @@ cargo add servicepoint or ```toml [dependencies] -servicepoint = "0.11.0" +servicepoint = "0.12.0" ``` ## Examples diff --git a/crates/servicepoint_binding_c/Cargo.toml b/crates/servicepoint_binding_c/Cargo.toml index 91122d3..0a4d2d5 100644 --- a/crates/servicepoint_binding_c/Cargo.toml +++ b/crates/servicepoint_binding_c/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"] cbindgen = "0.27.0" [dependencies.servicepoint] -version = "0.11.0" +version = "0.12.0" path = "../servicepoint" features = ["all_compressions"] diff --git a/crates/servicepoint_binding_uniffi/Cargo.toml b/crates/servicepoint_binding_uniffi/Cargo.toml index 3b02bd2..c5c901a 100644 --- a/crates/servicepoint_binding_uniffi/Cargo.toml +++ b/crates/servicepoint_binding_uniffi/Cargo.toml @@ -20,7 +20,7 @@ uniffi = { version = "0.25.3" } thiserror.workspace = true [dependencies.servicepoint] -version = "0.11.0" +version = "0.12.0" path = "../servicepoint" features = ["all_compressions"] @@ -57,4 +57,4 @@ required-features = ["go"] [features] default = [] cs = ["dep:uniffi-bindgen-cs"] -go = ["dep:uniffi-bindgen-go"] \ No newline at end of file +go = ["dep:uniffi-bindgen-go"] diff --git a/crates/servicepoint_binding_uniffi/libraries/csharp/ServicePoint/ServicePoint.csproj b/crates/servicepoint_binding_uniffi/libraries/csharp/ServicePoint/ServicePoint.csproj index 5b7dc28..135a26f 100644 --- a/crates/servicepoint_binding_uniffi/libraries/csharp/ServicePoint/ServicePoint.csproj +++ b/crates/servicepoint_binding_uniffi/libraries/csharp/ServicePoint/ServicePoint.csproj @@ -9,7 +9,7 @@ ServicePoint - 0.10.0 + 0.12.0 Repository Authors None ServicePoint diff --git a/crates/servicepoint_binding_uniffi/libraries/ruby/servicepoint.gemspec b/crates/servicepoint_binding_uniffi/libraries/ruby/servicepoint.gemspec index 412482f..477a9ff 100644 --- a/crates/servicepoint_binding_uniffi/libraries/ruby/servicepoint.gemspec +++ b/crates/servicepoint_binding_uniffi/libraries/ruby/servicepoint.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "servicepoint" - s.version = "0.0.0" + s.version = "0.12.0" s.summary = "" s.description = "" s.authors = ["kaesaecracker"]