mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 19:56:09 +00:00
a0a53c9116
* deprecate stew/results * Update stew/results.nim * use evergreen OS image versions in GitHub Actions CI * revert macos-latest
8 lines
287 B
Nim
8 lines
287 B
Nim
# This module has graduated from stew and is now available from the
|
|
# `results` nimble package instead (https://github.com/arnetheduck/nim-results)
|
|
|
|
{.deprecated: "`stew/results` is now available as `import results` via the `results` Nimble package".}
|
|
|
|
import pkg/results
|
|
export results
|