Skip to content

Commit de21146

Browse files
committed
prepare v1.0.1
1 parent 24b8e41 commit de21146

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchtop/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nomt-core"
33
description = "Core trie operations for NOMT"
4-
version = "1.0.0-preview"
4+
version = "1.0.1"
55
authors.workspace = true
66
homepage.workspace = true
77
repository.workspace = true

nomt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nomt"
33
description = "Nearly Optimal Merkle Trie - Schema and Database"
4-
version = "1.0.0-preview"
4+
version = "1.0.1"
55
authors.workspace = true
66
homepage.workspace = true
77
repository.workspace = true

0 commit comments

Comments
 (0)