about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-05-14T10·29+0300
committerclbot <clbot@tvl.fyi>2023-05-16T10·01+0000
commit1a2190cd3b569f1b4680fff10691bb7153f5296f (patch)
treead5151893f40ac1250895df567d54bd2cc175e38 /tvix/Cargo.lock
parent14a8ea9eab6ddf5b5ea78b7e480e2acf4f03bc62 (diff)
docs(tvix/nix-compat): update docstrings r/6144
Make it cleaner that StorePath only does encode the first path component
after the STORE_DIR prefix. Also, move some of the comments around a
bit, so it makes more sense what's using what.

Change-Id: Ibb57373a13526e30c58ad561ca50e1336b091d94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8566
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index cb476143b0..9c2e464a6d 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -2708,7 +2708,6 @@ dependencies = [
  "prost",
  "prost-build",
  "rayon",
- "serde_json",
  "sha2 0.10.6",
  "sled",
  "tempfile",