Skip to content

Commit d426d8d

Browse files
committed
chore: update quiver to v.0.4.1
1 parent a136a0f commit d426d8d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = "quiver"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
description = "A module manager for Nushell"
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ You can also set a custom host like `git.example.com` or a full `https://...` ba
214214

215215
`install_mode` controls how modules are materialized into the install directory.
216216
- `clone`: prefers copy-on-write clone behavior when available; falls back to `copy` if clone fails
217-
- `hardlink`: uses hardlinks for files
218-
- `copy`: always copies files
217+
- `hardlink`: uses hardlinks for files; falls back to `copy` if hardlinking is unsupported
218+
- `copy`: always copies files; useful for CI/container filesystems
219219

220220
## Plugin Install Behavior
221221

0 commit comments

Comments
 (0)