Skip to content

Commit

Permalink
feat: align with upcoming virtual package cep (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Jan 17, 2025
1 parent 7591044 commit b17de29
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 80 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@ url = { version = "2.5.4" }
uuid = { version = "1.11.0", default-features = false }
walkdir = "2.5.0"
windows-sys = { version = "0.59.0", default-features = false }
winver = { version = "1.0.0" }
zip = { version = "2.2.2", default-features = false }
zstd = { version = "0.13.2", default-features = false }
3 changes: 3 additions & 0 deletions crates/rattler_virtual_packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ archspec = { workspace = true }

[target.'cfg(target_os="macos")'.dependencies]
plist = { workspace = true }

[target.'cfg(target_os="windows")'.dependencies]
winver = { workspace = true }
Loading

0 comments on commit b17de29

Please sign in to comment.