We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dc230 commit 97c26d3Copy full SHA for 97c26d3
Cargo.toml
@@ -149,7 +149,7 @@ version = "~0.1.0"
149
path = "module/core/type_constructor_derive_pair_meta"
150
151
[workspace.dependencies.interval_adapter]
152
-version = "~0.35.0"
+version = "~0.36.0"
153
path = "module/core/interval_adapter"
154
default-features = false
155
# features = [ "enabled" ]
module/core/interval_adapter/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "interval_adapter"
3
-version = "0.35.0"
+version = "0.36.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments