Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19f59ae

Browse files
committed
Avoid build break
1 parent b33fdcd commit 19f59ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- run: DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends jq
3434
- *RESTORE_REGISTRY
3535
- run: cargo generate-lockfile
36+
- run: cargo update -p nalgebra --precise 0.14.3 # 0.14.4 requires 1.26 :(
3637
- *SAVE_REGISTRY
3738
- run: rustc --version > ~/rust-version
3839
- *RESTORE_DEPS

0 commit comments

Comments
 (0)