Skip to content

Commit

Permalink
Bump to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wr7 committed Sep 21, 2024
1 parent 6c59536 commit 9ed221d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
9 changes: 1 addition & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refold"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

license = "GPL-2.0-or-later"
Expand All @@ -11,4 +11,4 @@ categories = ["command-line-utilities"]

[dependencies]
argtea = "1.0.0"
textwrap = "0.16.1"
textwrap = { version = "0.16.1", default-features = false, features = ["smawk", "unicode-linebreak"] }
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

pkgs.rustPlatform.buildRustPackage {
pname = "refold";
version = "v0.1.1";
version = "v0.1.2";

src = lib.fileset.toSource {
root = ./.;
fileset = lib.fileset.unions [./src ./Cargo.toml ./Cargo.lock];
};

cargoHash = "sha256-5JYFwmizdjHHsWJLrBIcHCettqYKAonAuywTVBgx+R8=";
cargoHash = "sha256-E7Xx1lz0OhiS5JM2ZCcaXfheCxjRDkBOUt95f256TCo=";
}

0 comments on commit 9ed221d

Please sign in to comment.