Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update tokio to 1.0 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jmagnuson
Copy link

Also updates linemux to 0.2.

Fixes #6

Also updates linemux to 0.2.
Fixes an issue where the source for a given line cannot be found in the
`monitors` map, due to symlinked paths being stored. E.g., on OSX:

```
/Users/jonmagnuson/src/jmagnuson/logtail-dash/target/debug/logtail /var/log/wifi.log
Loading 1 files...
file: /var/log/wifi.log
thread 'main' panicked at 'No monitor for file: /private/var/log/wifi.log', src/bin/logtail-termion.rs:95:9
```
@jmagnuson
Copy link
Author

Also snuck in 8117812 which was found during OSX testing as part of #2, but should apply to any platform using symlink paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

version 1.0.0 fails to build
1 participant