Skip to content

Commit 3225999

Browse files
committed
rusty-tags 3.6.0
1 parent f70f0cd commit 3225999

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.6.0
2+
-----
3+
* Reduce the number of open files
4+
* Fix the order in which tags for sources are created
5+
16
3.5.1
27
-----
38
* Better handling of empty ctags_exe config, by using the default ctag exe names

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rusty-tags"
4-
version = "3.5.1"
4+
version = "3.6.0"
55
authors = ["Daniel Trstenjak <daniel.trstenjak@gmail.com>"]
66
license = "BSD-3-Clause"
77
description = "Create ctags/etags for a cargo project and all of its dependencies"

0 commit comments

Comments
 (0)