Skip to content

Commit b9c47e6

Browse files
author
Jon Duckworth
authored
Merge pull request #581 from gadomski/fix/ci-without-orjson-wheels
Pin rustc version to nightly-2021-04-27 in CI
2 parents b8259fe + 83b0860 commit b9c47e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# wheel.
4545
if: ${{ startsWith(matrix.python-version, '3.10')}}
4646
with:
47-
toolchain: nightly
47+
toolchain: nightly-2021-04-27
4848
override: true
4949
default: true
5050
profile: minimal

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Changed
1212

13+
- Pin the rustc version in Continuous Integration to work around https://github.com/rust-lang/cargo/pull/9727 ([#581](https://github.com/stac-utils/pystac/pull/581))
14+
1315
### Fixed
1416

1517
### Deprecated

0 commit comments

Comments
 (0)