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 965512a commit c529731Copy full SHA for c529731
Cargo.toml
@@ -185,7 +185,7 @@ features = [ "enabled" ]
185
## mem
186
187
[workspace.dependencies.mem_tools]
188
-version = "~0.7.0"
+version = "~0.8.0"
189
path = "module/core/mem_tools"
190
default-features = false
191
module/core/mem_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mem_tools"
3
-version = "0.7.0"
+version = "0.8.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments