Skip to content

Commit

Permalink
refactor: Make various Record types interoperable (conda#406)
Browse files Browse the repository at this point in the history
Refactor the records to include all exposed fields, and properly create the class hierarchy.
  • Loading branch information
Wackyator authored Nov 17, 2023
1 parent 53ad9e5 commit 04607cd
Show file tree
Hide file tree
Showing 27 changed files with 1,934 additions and 1,326 deletions.
21 changes: 11 additions & 10 deletions py-rattler/Cargo.lock

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

1 change: 1 addition & 0 deletions py-rattler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rattler_repodata_gateway = { path = "../crates/rattler_repodata_gateway", defaul
"sparse",
] }
rattler_conda_types = { path = "../crates/rattler_conda_types", default-features = false }
rattler_digest = { path = "../crates/rattler_digest" }
rattler_networking = { path = "../crates/rattler_networking", default-features = false }
rattler_shell = { path = "../crates/rattler_shell", default-features = false }
rattler_virtual_packages = { path = "../crates/rattler_virtual_packages", default-features = false }
Expand Down
Loading

0 comments on commit 04607cd

Please sign in to comment.