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 2e78697 commit 02c8198Copy full SHA for 02c8198
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ethrexdb"
3
-version.workspace = true
4
-edition.workspace = true
+version = "0.1.0"
+edition = "2024"
5
description = "A simple database implementation based on the Merkle Patricia Trie (MPT)."
6
keywords = ["database", "merkle", "patricia", "trie"]
7
categories = ["database-implementations"]
@@ -38,5 +38,5 @@ debug = 2
38
members = ["tooling"]
39
40
[workspace.package]
41
-version = "0.1.0"
42
-edition = "2024"
+version.workpsace = true
+edition.workspace = true
0 commit comments