Skip to content

Commit 02c8198

Browse files
committed
chore(core): update cargo.toml
1 parent 2e78697 commit 02c8198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ethrexdb"
3-
version.workspace = true
4-
edition.workspace = true
3+
version = "0.1.0"
4+
edition = "2024"
55
description = "A simple database implementation based on the Merkle Patricia Trie (MPT)."
66
keywords = ["database", "merkle", "patricia", "trie"]
77
categories = ["database-implementations"]
@@ -38,5 +38,5 @@ debug = 2
3838
members = ["tooling"]
3939

4040
[workspace.package]
41-
version = "0.1.0"
42-
edition = "2024"
41+
version.workpsace = true
42+
edition.workspace = true

0 commit comments

Comments
 (0)