浏览代码

fix(ci): downgrade crates requiring rust 1.66 (#7788)

Lucas Fernandes Nogueira 1 年之前
父节点
当前提交
e1ac45c89f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/test-core.yml

+ 2 - 0
.github/workflows/test-core.yml

@@ -102,6 +102,8 @@ jobs:
         # The --precise flag can only be used once per invocation.
         # The --precise flag can only be used once per invocation.
         run: |
         run: |
           cargo update -p time --precise 0.3.23
           cargo update -p time --precise 0.3.23
+          cargo update -p toml@0.7.7 --precise 0.7.6
+          cargo update -p toml_edit@0.19.15 --precise 0.19.14
 
 
       - name: test
       - name: test
         uses: actions-rs/cargo@v1
         uses: actions-rs/cargo@v1