浏览代码

chore: remove duplicated crate in change file (#7198)

Lucas Fernandes Nogueira 2 年之前
父节点
当前提交
c1d36e4953
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .changes/unpin-deps.md

+ 1 - 1
.changes/unpin-deps.md

@@ -6,4 +6,4 @@
 'tauri-runtime-wry': patch:enhance
 ---
 
-Unpin `time`, `ignore`, `winnow`, and `ignore` crate versions. Developers now have to pin crates if needed themselves. A list of crates that need pinning to adhere to Tauri's MSRV will be visible in Tauri's GitHub workflow: https://github.com/tauri-apps/tauri/blob/dev/.github/workflows/test-core.yml#L85.
+Unpin `time`, `ignore`, and `winnow` crate versions. Developers now have to pin crates if needed themselves. A list of crates that need pinning to adhere to Tauri's MSRV will be visible in Tauri's GitHub workflow: https://github.com/tauri-apps/tauri/blob/dev/.github/workflows/test-core.yml#L85.