Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Feb 13, 2024
1 parent dd6c4d0 commit 258f6a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
26 changes: 19 additions & 7 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
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0-only"
name = "chezmoi_modify_manager"
repository = "https://github.com/VorpalBlade/chezmoi_modify_manager"
rust-version = "1.74.0"
version = "3.1.0"
version = "3.1.1"

[features]
default = ["updater-tls-rusttls", "keyring"]
Expand Down Expand Up @@ -62,7 +62,7 @@ strum = { version = "0.26.1", features = [
"std",
], default-features = false }
which = { version = "6.0.0", default-features = false }
winnow = { version = "0.5.40", default-features = false, features = [
winnow = { version = "0.6.0", default-features = false, features = [
"simd",
"std",
] }
Expand Down

0 comments on commit 258f6a4

Please sign in to comment.