Skip to content

Commit 68edd91

Browse files
committed
chore: update quiver to v0.7.1
1 parent 7a1ce34 commit 68edd91

2 files changed

Lines changed: 10 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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quiver"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2024"
55
description = "A module manager for Nushell"
66
license = "MIT"
@@ -15,7 +15,6 @@ serde_json = "1"
1515
sha2 = "0.10"
1616
thiserror = "2"
1717
nuon = "0.112.2"
18-
nu-protocol = { version = "0.112.2", default-features = false }
1918
walkdir = "2"
2019
indicatif = "0.18.4"
2120
console = "0.16.2"
@@ -24,9 +23,16 @@ tar = "0.4"
2423
xz2 = "0.1"
2524
ratatui = "0.29"
2625
crossterm = "0.29"
27-
leaves = { git = "https://github.com/freepicheep/leaves.git", branch = "main" }
2826
syntect = "5.2"
2927

28+
[dependencies.nu-protocol]
29+
version = "0.112.2"
30+
default-features = false
31+
32+
[dependencies.leaves]
33+
git = "https://github.com/freepicheep/leaves.git"
34+
branch = "main"
35+
3036
[dependencies.git2]
3137
version = "0.20"
3238
features = ["vendored-libgit2"]

0 commit comments

Comments
 (0)