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 dd49827 commit 8310416Copy full SHA for 8310416
Cargo.toml
@@ -98,7 +98,7 @@ default-features = false
98
# path = "module/core/type_constructor_derive_pair_meta"
99
100
[workspace.dependencies.interval_adapter]
101
-version = "~0.24.0"
+version = "~0.25.0"
102
path = "module/core/interval_adapter"
103
default-features = false
104
features = [ "enabled" ]
module/core/interval_adapter/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "interval_adapter"
3
-version = "0.24.0"
+version = "0.25.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments