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 c6de35c commit 458b7e8Copy full SHA for 458b7e8
Cargo.toml
@@ -325,7 +325,7 @@ path = "module/core/inspect_type"
325
default-features = false
326
327
[workspace.dependencies.is_slice]
328
-version = "~0.9.0"
+version = "~0.10.0"
329
path = "module/core/is_slice"
330
331
module/core/is_slice/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "is_slice"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments