We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22236e5 commit e23e557Copy full SHA for e23e557
CHANGELOG.md
@@ -0,0 +1,11 @@
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)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "annotate-snippets"
-version = "0.5.0"
+version = "0.6.0"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
19
ansi_term = { version = "0.11.0", optional = true }
20
21
[dev-dependencies]
22
-glob = "^0.2"
+glob = "^0.3"
23
serde_yaml = "^0.8"
24
serde = "^1.0"
25
serde_derive = "^1.0"
0 commit comments