Skip to content

Commit

Permalink
fix: get metadata call
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Aug 15, 2024
1 parent fa17039 commit dbd0e88
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 243 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jsonrpc-stdio-server = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-core = "18.0.0"

rattler-build = { git = "https://github.com/baszalmstra/rattler-build", branch = "chore/bump_rattler", default-features = false }
rattler-build = { git = "https://github.com/baszalmstra/rattler-build", branch = "refactor/no_default_build_string", default-features = false }
rattler_conda_types = "0.27.1"
rattler_package_streaming = "0.22.1"

Expand Down
1 change: 1 addition & 0 deletions crates/pixi-build-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ parking_lot = { workspace = true }
jsonrpc-stdio-server = { workspace = true }
jsonrpc-http-server = { workspace = true }
jsonrpc-core = { workspace = true }
log = "0.4.22"
Loading

0 comments on commit dbd0e88

Please sign in to comment.