File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.27] ( https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.26...rustc-demangle-v0.1.27 ) - 2026-01-15
11+
12+ ### Other
13+
14+ - Support v0 demangling of trait object types with assoc const bindings
15+
1016## [ 0.1.26] ( https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.25...rustc-demangle-v0.1.26 ) - 2025-07-16
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rustc-demangle"
3- version = " 0.1.26 "
3+ version = " 0.1.27 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ name = "rustc_demangle"
1313crate-type = [" staticlib" , " cdylib" ]
1414
1515[dependencies ]
16- rustc-demangle = { version = " 0.1.26 " , path = " ../.." }
16+ rustc-demangle = { version = " 0.1.27 " , path = " ../.." }
You can’t perform that action at this time.
0 commit comments