Remove net subpackage
The ssl/net subpackage has been removed. SSL networking is now built into the ponyc standard library's net package starting with ponyc 0.72.0. The ssl/crypto subpackage is unchanged.
Before:
use "ssl/net"After (ponyc 0.72.0+):
use "net"[6.0.0] - 2026-09-11
Changed
- Remove net subpackage (PR #170)