Skip to content

Commit

Permalink
Upgrade build-fs-tree dependency to ^0.6.0.
Browse files Browse the repository at this point in the history
This change also bumps the MSRV to `1.64.0`, which is necessary for
transient dependencies (e.g., `serde_yaml`).
  • Loading branch information
olson-sean-k committed Sep 12, 2023
1 parent 3872061 commit e45553a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
toolchain:
- 1.63.0 # Minimum.
- 1.64.0 # Minimum.
- stable
- beta
- nightly
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Opinionated and portable globs that can be matched against paths
repository = "https://github.com/olson-sean-k/wax"
readme = "README.md"
edition = "2021"
rust-version = "1.63.0"
rust-version = "1.64.0"
license = "MIT"
keywords = [
"glob",
Expand Down Expand Up @@ -62,6 +62,6 @@ version = "^2.4.0"
optional = true

[dev-dependencies]
build-fs-tree = "^0.3.0"
build-fs-tree = "^0.6.0"
dunce = "^1.0.0"
tempfile = "^3.2.0"

0 comments on commit e45553a

Please sign in to comment.