File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
fixups/perf-event-open-sys Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ parking_lot = { version = "0.11.2", features = ["send_guard"] }
150
150
paste = " 1.0"
151
151
pathdiff = " 0.2"
152
152
perf-event = " 0.4"
153
- perf-event-open-sys = " 4 .0"
153
+ perf-event-open-sys = " 5 .0"
154
154
pin-project = " 0.4.29"
155
155
plist = " 0.5"
156
156
pretty_assertions = " 1.2.1"
@@ -245,8 +245,9 @@ zstd = "0.13.0"
245
245
246
246
[patch .crates-io ]
247
247
# For https://github.com/jimblandy/perf-event/pull/29
248
- perf-event = { git = " https://github.com/krallin/perf-event.git" , rev = " 86224a9bc025d5d19f719542f27c8c629a08b167" , version = " 0.4" }
249
- perf-event-open-sys = { git = " https://github.com/krallin/perf-event.git" , rev = " 86224a9bc025d5d19f719542f27c8c629a08b167" , version = " 4.0" }
248
+ # Base on the comment in https://github.com/jimblandy/perf-event/pull/53, we will no long need this patch in future.
249
+ perf-event = { git = " https://github.com/Nero5023/perf-event.git" , rev = " 6dae86b6d4807acec081e6dc0a53167f57f8c0f4" , version = " 0.4" }
250
+ perf-event-open-sys = { git = " https://github.com/Nero5023/perf-event.git" , rev = " 6dae86b6d4807acec081e6dc0a53167f57f8c0f4" , version = " 5.0" }
250
251
251
252
# Windows-specific dependencies
252
253
[target ."cfg(windows)" .dependencies ]
Original file line number Diff line number Diff line change
1
+ ['cfg(all())' ]
2
+ version = " >=5.0"
3
+ extra_srcs = [" src/version" ]
You can’t perform that action at this time.
0 commit comments