File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.11.0
4
12
5
13
- 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"
9
9
name = " prometheus"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tikv/rust-prometheus"
12
- version = " 0.11 .0"
12
+ version = " 0.12 .0"
13
13
14
14
[badges ]
15
15
travis-ci = { repository = " pingcap/rust-prometheus" }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy_static = "1.4"
19
19
20
20
[dev-dependencies ]
21
21
criterion = " 0.3"
22
- prometheus = { version = " 0.11.0 " , path = " ../" }
22
+ prometheus = { path = " ../" }
23
23
24
24
[features ]
25
25
default = []
You can’t perform that action at this time.
0 commit comments