Skip to content

Commit 92c279a

Browse files
committed
Prepare superluminal-perf-sys + superluminal-perf 0.4.0 release
1 parent 60348e8 commit 92c279a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superluminal-perf"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Superluminal Performance API for adding user events to profiler captures"
55
authors = [
66
"Embark <[email protected]>",
@@ -20,7 +20,7 @@ members = ["sys"]
2020
doctest = false
2121

2222
[target.'cfg(windows)'.dependencies]
23-
superluminal-perf-sys = { version = "0.3.0", path = "sys" }
23+
superluminal-perf-sys = { version = "0.4.0", path = "sys" }
2424

2525
[features]
2626
default = ["enable"]

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "superluminal-perf-sys"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Superluminal Performance C API bindings"
55
authors = [
66
"Embark <[email protected]>",

0 commit comments

Comments
 (0)