Browse Source

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

Lucas Fernandes Nogueira 2 years ago
parent
commit
c1d36e4953
1 changed files with 1 additions and 1 deletions
  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.