Skip to content

Commit 17a6ba4

Browse files
authored
0.1.3 (#47)
1 parent 95dfc77 commit 17a6ba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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,6 +1,6 @@
11
[package]
22
name = "fancy-tree"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A `tree` alternative with git support, code language detection, and nerd fonts."
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/spenserblack/fancy-tree"

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ rustPlatform }: rustPlatform.buildRustPackage {
22
pname = "fancy-tree";
3-
version = "0.1.2";
3+
version = "0.1.3";
44
src = ../.;
55
cargoLock = {
66
lockFile = ../Cargo.lock;

0 commit comments

Comments
 (0)