@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.4.0 "
6+ version = " 0.4.1 "
77edition = " 2024"
88rust-version = " 1.92"
99authors = [" init4" ]
@@ -35,13 +35,13 @@ incremental = false
3535
3636[workspace .dependencies ]
3737# internal
38- signet-hot = { version = " 0.4.0 " , path = " ./crates/hot" }
39- signet-hot-mdbx = { version = " 0.4.0 " , path = " ./crates/hot-mdbx" }
40- signet-cold = { version = " 0.4.0 " , path = " ./crates/cold" }
41- signet-cold-mdbx = { version = " 0.4.0 " , path = " ./crates/cold-mdbx" }
42- signet-cold-sql = { version = " 0.4.0 " , path = " ./crates/cold-sql" }
43- signet-storage = { version = " 0.4.0 " , path = " ./crates/storage" }
44- signet-storage-types = { version = " 0.4.0 " , path = " ./crates/types" }
38+ signet-hot = { version = " 0.4.1 " , path = " ./crates/hot" }
39+ signet-hot-mdbx = { version = " 0.4.1 " , path = " ./crates/hot-mdbx" }
40+ signet-cold = { version = " 0.4.1 " , path = " ./crates/cold" }
41+ signet-cold-mdbx = { version = " 0.4.1 " , path = " ./crates/cold-mdbx" }
42+ signet-cold-sql = { version = " 0.4.1 " , path = " ./crates/cold-sql" }
43+ signet-storage = { version = " 0.4.1 " , path = " ./crates/storage" }
44+ signet-storage-types = { version = " 0.4.1 " , path = " ./crates/types" }
4545
4646# External, in-house
4747signet-libmdbx = { version = " 0.8.0" }
0 commit comments