Skip to content

Commit 46e0795

Browse files
committed
update faq's answer
1 parent 3344ab1 commit 46e0795

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/user/faq.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ FAQ
8585

8686
:ref:`(Q) <faq_abi_incompatibility>` **How to handle breaking of a package due to ABI incompatibility?**
8787

88-
If your package breaks ABI with a version bump, here are a few steps you can take to fix it:
88+
If your package breaks ABI with a version bump, here are a few steps you can take to fix it:
8989

90-
- Rebuild the package with corrected ``run_exports``.
90+
- Rebuild the new version with corrected ``run_exports``.
91+
- Rebuild the old version with corrected ``run_exports``.
9192
- Hot-fix the repodata of dependencies to include corrected pinnings for the package.
9293

9394
To read more on how to specify ``run_exports``, see `this <https://conda-forge.org/docs/maintainer/pinning_deps.html?highlight=run_exports#specifying-run-exports>`_.

0 commit comments

Comments
 (0)