File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ use log::log_enabled;
2020pub const VERSION : & str = env ! ( "CARGO_PKG_VERSION" ) ;
2121pub const MONGODB_TRACER_VERSION : & str = "cs-mongo-tracer-v0.2.0" ;
2222
23- pub const VALGRIND_CODSPEED_VERSION : Version = Version :: new ( 3 , 24 , 0 ) ;
24- pub const VALGRIND_CODSPEED_DEB_REVISION_SUFFIX : & str = "0codspeed1 " ;
23+ pub const VALGRIND_CODSPEED_VERSION : Version = Version :: new ( 3 , 25 , 1 ) ;
24+ pub const VALGRIND_CODSPEED_DEB_REVISION_SUFFIX : & str = "3codspeed2 " ;
2525lazy_static ! {
2626 pub static ref VALGRIND_CODSPEED_VERSION_STRING : String =
2727 format!( "{VALGRIND_CODSPEED_VERSION}.codspeed" ) ;
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ mod tests {
156156 } ;
157157 assert_snapshot ! (
158158 get_codspeed_valgrind_filename( & system_info) . unwrap( ) ,
159- @"valgrind_3.24.0-0codspeed1_ubuntu -22.04_amd64.deb"
159+ @"valgrind_3.25.1-3codspeed2_ubuntu -22.04_amd64.deb"
160160 ) ;
161161 }
162162
@@ -170,7 +170,7 @@ mod tests {
170170 } ;
171171 assert_snapshot ! (
172172 get_codspeed_valgrind_filename( & system_info) . unwrap( ) ,
173- @"valgrind_3.24.0-0codspeed1_ubuntu -24.04_amd64.deb"
173+ @"valgrind_3.25.1-3codspeed2_ubuntu -24.04_amd64.deb"
174174 ) ;
175175 }
176176
@@ -184,7 +184,7 @@ mod tests {
184184 } ;
185185 assert_snapshot ! (
186186 get_codspeed_valgrind_filename( & system_info) . unwrap( ) ,
187- @"valgrind_3.24.0-0codspeed1_ubuntu -22.04_amd64.deb"
187+ @"valgrind_3.25.1-3codspeed2_ubuntu -22.04_amd64.deb"
188188 ) ;
189189 }
190190
@@ -198,7 +198,7 @@ mod tests {
198198 } ;
199199 assert_snapshot ! (
200200 get_codspeed_valgrind_filename( & system_info) . unwrap( ) ,
201- @"valgrind_3.24.0-0codspeed1_ubuntu -22.04_arm64.deb"
201+ @"valgrind_3.25.1-3codspeed2_ubuntu -22.04_arm64.deb"
202202 ) ;
203203 }
204204
You can’t perform that action at this time.
0 commit comments