Skip to content

Commit c17aefb

Browse files
committed
add lock
1 parent 0ba2abb commit c17aefb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ json-patch = "2.0.0"
1313
rust-rocksdb = { version = "^0.26", features = ["multi-threaded-cf"] }
1414
serde_json = "1.0.117"
1515
fs2 = "0.4"
16-
libc = "0.2"
1716

1817
[profile.integration-test]
1918
inherits = "dev"
@@ -28,3 +27,6 @@ strip = true # Удаление символов отладки
2827

2928
[dev-dependencies]
3029
rand = "0.8.5"
30+
31+
[features]
32+
no_main = []

0 commit comments

Comments
 (0)