File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.10.0-rc.1
3+ ## 0.10.0
44
55- Improvement: Use different generic parameters for name and help at metric construction (#324 ).
66
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-rc.1 "
12+ version = " 0.10.0"
1313
1414[badges ]
1515travis-ci = { repository = " pingcap/rust-prometheus" }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ quote = "1.0"
2323lazy_static = " 1.4"
2424
2525[dev-dependencies ]
26- prometheus = { version = " 0.10.0-rc.1 " , path = " ../" }
26+ prometheus = { version = " 0.10.0" , path = " ../" }
2727
2828[features ]
2929default = []
You can’t perform that action at this time.
0 commit comments