Skip to content

Commit 8c9cee4

Browse files
authored
Merge pull request eclipse-score#7 from qorix-group/cit-persistency-2
[CIT] Persistency, store persistent data
2 parents c76287b + a6ec42b commit 8c9cee4

File tree

3 files changed

+523
-2
lines changed

3 files changed

+523
-2
lines changed

Cargo.lock

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

src/rust/rust_kvs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition.workspace = true
77
adler32.workspace = true
88
tinyjson.workspace = true
99

10-
1110
[dev-dependencies]
12-
tempdir = "0.3"
11+
tempdir = "0.3"
12+
tempfile = "3.20"

0 commit comments

Comments
 (0)