Skip to content

Commit

Permalink
Add fs-err to trampoline
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 3, 2024
1 parent 47a4383 commit 5676db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crates/pixi_trampoline/Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/pixi_trampoline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ strip = true

[dependencies]
ctrlc = "3.4"
miette = "7.2.0"
fs-err = "3.0.0"
miette = "7.4.0"
pixi_utils = { path = "../pixi_utils" }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"

0 comments on commit 5676db6

Please sign in to comment.