Skip to content

Commit

Permalink
churn: Update MSRV due to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Feb 12, 2024
1 parent d5b3d8d commit 7a7b467
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- --no-default-features --features=updater-tls-rusttls
- --no-default-features --features=keyring
rust:
- 1.71.0
- 1.74.0
- stable
steps:
- uses: actions/checkout@v4
Expand Down
51 changes: 24 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["ini", "config", "configuration", "chezmoi"]
license = "GPL-3.0-only"
name = "chezmoi_modify_manager"
repository = "https://github.com/VorpalBlade/chezmoi_modify_manager"
rust-version = "1.71.0"
rust-version = "1.74.0"
version = "3.0.0"

[features]
Expand Down Expand Up @@ -51,7 +51,7 @@ duct = { version = "0.13.7", default-features = false }
env_logger = { version = "0.11.1", default-features = false }
glob = { version = "0.3.1", default-features = false }
indoc = { version = "2.0.4", default-features = false }
ini-merge = { version = "0.4.0", default-features = false }
ini-merge = { version = "0.4.1", default-features = false }
itertools = { version = "0.12.1", default-features = false }
log = { version = "0.4.20", default-features = false }
os_info = { version = "3.7.0", default-features = false }
Expand All @@ -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.39", default-features = false, features = [
winnow = { version = "0.5.40", default-features = false, features = [
"simd",
"std",
] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ from the platform provided basic libraries (typically libc & libm on Linux).

Requirements to build (if there is no native binary for your platform):

* Rust 1.71 or newer
* Rust 1.74.0 or newer
* A C compiler and associated toolchain (linker, headers, libraries, etc).\
This is needed as some dependencies may include some C code.

Expand Down

0 comments on commit 7a7b467

Please sign in to comment.