File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.12.0
4+
5+ - Improvement: Fix format string in panic!() calls (#391 )
6+
7+ - Improvement: Replace regex with memchr (#385 )
8+
9+ - Improvement: Update reqwest requirement from ^0.10 to ^0.11 (#379 )
10+
311## 0.11.0
412
513- Improvement: Switch to more efficient ` fd_count() ` for ` process_open_fds ` (#357 ).
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " prometheus"
1010readme = " README.md"
1111repository = " https://github.com/tikv/rust-prometheus"
12- version = " 0.11 .0"
12+ version = " 0.12 .0"
1313
1414[badges ]
1515travis-ci = { repository = " pingcap/rust-prometheus" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy_static = "1.4"
1919
2020[dev-dependencies ]
2121criterion = " 0.3"
22- prometheus = { version = " 0.11.0 " , path = " ../" }
22+ prometheus = { path = " ../" }
2323
2424[features ]
2525default = []
You can’t perform that action at this time.
0 commit comments