Skip to content

Commit 974ec7a

Browse files
Bump lightswitch version to v0.1.1 (#173)
In preparation to a release. Also bump the other workspace crates too.
1 parent 5b9b2b2 commit 974ec7a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "CPU profiler as a library for Linux suitable for on-demand and continuous profiling"
66
license = "MIT"
@@ -47,10 +47,10 @@ ctrlc = "3.4.5"
4747
crossbeam-channel = "0.5.14"
4848
libbpf-sys = "1.5.0"
4949
itertools = "0.14.0"
50-
lightswitch-metadata = { path = "lightswitch-metadata", version = "0.1.1" }
50+
lightswitch-metadata = { path = "lightswitch-metadata", version = "0.2.0" }
5151
lightswitch-proto = { path = "lightswitch-proto", version = "0.1.0" }
5252
lightswitch-capabilities = { path = "lightswitch-capabilities", version = "0.1.0" }
53-
lightswitch-object = { path = "lightswitch-object", version = "0.2.0" }
53+
lightswitch-object = { path = "lightswitch-object", version = "0.2.1" }
5454
memmap2 = { workspace = true }
5555
anyhow = { workspace = true }
5656
object = { workspace = true }

lightswitch-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-metadata"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Provides metadata used by profilers and debuggers"
66
license = "MIT"

lightswitch-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-object"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Deals with object files"
66
license = "MIT"

lightswitch-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightswitch-proto"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Protocol buffers wrappers for use in profiling tools"
66
license = "MIT"

0 commit comments

Comments
 (0)