Skip to content

Commit 6dd1421

Browse files
committed
chore: set nomt-core version reference to v1.0.0-preview
1 parent 0c09e8a commit 6dd1421

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Cargo.lock

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

nomt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license.workspace = true
1212

1313
[dependencies]
1414
anyhow = { version = "1.0.81", features = ["backtrace"] }
15-
nomt-core = { path = "../core", default-features = false, features = ["std"] }
15+
nomt-core = { version = "1.0.0-preview", default-features = false, features = ["std"] }
1616
parking_lot = { version = "0.12.3", features = ["arc_lock", "send_guard"] }
1717
threadpool = "1.8.1"
1818
bitvec = { version = "1" }

0 commit comments

Comments
 (0)