File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ - …
6+
7+ ## annotate-snippets 0.6.0 (June 26, 2019)
8+
9+ - Add an option to anonymize line numbers (#3 )
10+ - Transition the crate to rust-lang org.
11+ - Update the syntax to Rust 2018 idioms. (#4 )
Original file line number Diff line number Diff line change 11[package ]
22name = " annotate-snippets"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44edition = " 2018"
55authors = [" Zibi Braniecki <gandalf@mozilla.com>" ]
66description = " Library for building code annotations"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
1919ansi_term = { version = " 0.11.0" , optional = true }
2020
2121[dev-dependencies ]
22- glob = " ^0.2 "
22+ glob = " ^0.3 "
2323serde_yaml = " ^0.8"
2424serde = " ^1.0"
2525serde_derive = " ^1.0"
You can’t perform that action at this time.
0 commit comments