Update patch-polkadot-sdk for bug fixes, removal of is-terminal

Adds a deny entry for `is-terminal` to stop it from secretly reappearing.

Restores the `is-terminal` patch for `is_terminal_polyfill` to have one less
external dependency.
This commit is contained in:
Luke Parker
2025-09-06 04:25:21 -04:00
parent 90804c4c30
commit 2b56dcdf3f
18 changed files with 214 additions and 208 deletions

View File

@@ -0,0 +1 @@
pub use std::io::IsTerminal;