Skip to content

Commit

Permalink
Release sys-v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantomical committed May 27, 2024
1 parent 86bbde3 commit d331387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion perf-event-open-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "perf-event-open-sys2"
version = "5.0.3"
version = "5.0.4"
description = """
Unsafe, direct bindings for Linux's perf_event_open system call, with associated
types and constants.
Expand Down
5 changes: 5 additions & 0 deletions perf-event-open-sys/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.0.4
- Regenerated the bindings from the linux 6.9.2 source tree.
- Allow direct access to fields declared in inline unions within
`perf_event_attr` via a bunch of deref magic.

## 5.0.3
- Regenerated the bindings from the linux 6.3.4 source tree.

Expand Down

0 comments on commit d331387

Please sign in to comment.