fermyon / spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
https://developer.fermyon.com/spin
Apache License 2.0
5.47k stars 255 forks source link

Remove unmaintained `atty` dependency #2859

Closed rylev closed 1 month ago

rylev commented 1 month ago

atty is no longer maintained and the readme now suggests using std::io::IsTerminal instead.