Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite23e557

Browse files
committed
annotate-snippets 0.6.0
1 parent22236e5 commite23e557

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="annotate-snippets"
3-
version ="0.5.0"
3+
version ="0.6.0"
44
edition ="2018"
55
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
66
description ="Library for building code annotations"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
1919
ansi_term = {version ="0.11.0",optional =true }
2020

2121
[dev-dependencies]
22-
glob ="^0.2"
22+
glob ="^0.3"
2323
serde_yaml ="^0.8"
2424
serde ="^1.0"
2525
serde_derive ="^1.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp