Skip to content

Commit c65187d

Browse files
committed
deps: Add runtime_tracing 0.14.0 to the dependencies
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 6cf2949 commit c65187d

File tree

3 files changed

+268
-0
lines changed

3 files changed

+268
-0
lines changed

codetracer-python-recorder/Cargo.lock

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

codetracer-python-recorder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
pyo3 = { version = "0.25.1", features = ["extension-module"] }
15+
runtime_tracing = "0.14.0"

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
maturin
3737
uv
3838
pkg-config
39+
40+
# CapNProto
41+
capnproto
3942
];
4043

4144
shellHook = ''

0 commit comments

Comments
 (0)