You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Bump SDK constraints for pub (#96)
Use a 2.12.0 lower bound since pub does not understand allowed
experiments for earlier versions.
Use a 3.0.0 upper bound to avoid a warning in pub and to give some
flexibility in publishing for stable.
Fix a failing test on mac (#75)
`/var` is a symlink to `/private/var`, and when setting
`Directory.current` symlinks are resolved. Explicitly resolve symlinks
to find the canonical path to the newly created temp directory.