Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '1.93'
target_platform:
- linux-64
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '1.93'
target_platform:
- linux-aarch64
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '1.93'
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '1.93'
target_platform:
- osx-arm64
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ python_min:
rust_compiler:
- rust
rust_compiler_version:
- '1.92'
- '1.93'
target_platform:
- win-64
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rust_compiler_version:
- "1.92"
- "1.93"
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
sha256: f092b21708bf0e7437ce9ada249dfe688ff9a0954fc94abab05dcea7dcd29c33

build:
number: 0
number: 1
Comment thread
dhruvmanila marked this conversation as resolved.

# we only build 1 package for each target platform
python:
Expand Down
Loading