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.11.0
4+
5+ - Improvement: Switch to more efficient ` fd_count() ` for ` process_open_fds ` (#357 ).
6+
7+ - API change: Change Integer Counter type from AtomicI64 to AtomicU64 (#365 ).
8+
9+ - Internal change: Update dependencies.
10+
311## 0.10.0
412
513- Improvement: Use different generic parameters for name and help at metric construction (#324 ).
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.10 .0"
12+ version = " 0.11 .0"
1313
1414[badges ]
1515travis-ci = { repository = " pingcap/rust-prometheus" }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lazy_static = "1.4"
2424
2525[dev-dependencies ]
2626criterion = " 0.3"
27- prometheus = { version = " 0.10 .0" , path = " ../" }
27+ prometheus = { version = " 0.11 .0" , path = " ../" }
2828
2929[features ]
3030default = []
You can’t perform that action at this time.
0 commit comments