File tree Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 9.1.1] - 2021-04-23
4
+ ### Changed
5
+ - ` crox ` : Update the ` --dir ` flag to look for the correct file extension for traces ([ GH-155 ] )
6
+ - ` measureme ` : Update the ` memmap ` dependency to ` memmap2 ` which is actively maintained ([ GH-156 ] )
7
+
3
8
## [ 9.1.0] - 2021-02-19
4
9
### Added
5
10
- ` measureme ` : Add support for using hardware performance counters instead of wall-clock times. ([ GH-143 ] )
83
88
84
89
## [ 0.2.0] - 2019-04-10
85
90
91
+ [ 9.1.1 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.1
86
92
[ 9.1.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.1.0
87
93
[ 9.0.0 ] : https://github.com/rust-lang/measureme/releases/tag/9.0.0
88
94
[ 0.8.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.8.0
129
135
[ GH-146 ] : https://github.com/rust-lang/measureme/pull/146
130
136
[ GH-148 ] : https://github.com/rust-lang/measureme/pull/148
131
137
[ GH-151 ] : https://github.com/rust-lang/measureme/pull/151
138
+ [ GH-155 ] : https://github.com/rust-lang/measureme/pull/155
139
+ [ GH-156 ] : https://github.com/rust-lang/measureme/pull/156
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " analyzeme"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crox"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flamegraph"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " measureme"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
description = " Support crate for rustc's self-profiling feature"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmview"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stack_collapse"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " summarize"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Wesley Wiser <wwiser@gmail.com>" , " Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " version_checker"
3
- version = " 9.1.0 "
3
+ version = " 9.1.1 "
4
4
authors = [" Michael Woerister <michaelwoerister@posteo>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments