Skip to content

Commit e9e5503

Browse files
committed
feat(separate_trace_types_crate): runtime_tracing_cli renamed codetracer_trace_util
1 parent 1b04c7a commit e9e5503

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
"codetracer_trace_reader",
88
"codetracer_trace_writer",
99
"runtime_tracing",
10-
"runtime_tracing_cli",
10+
"codetracer_trace_util",
1111
"trace_formatter",
1212
]
1313

runtime_tracing_cli/Cargo.toml renamed to codetracer_trace_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "runtime_tracing_cli"
2+
name = "codetracer_trace_util"
33
version = "0.1.0"
44
edition = "2021"
55

File renamed without changes.

0 commit comments

Comments
 (0)