-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Implement organization repository list support #28
Conversation
Very nice. Thank you. I'm aiming to publish a release this weekend for all the new serde stuff. This will make a nice addition :) |
Looks like travis didn't like that and the reason was ambiguous. I'll try to sort that out. |
I think it may have to do with serde_codgen v0.7.1 ( the latest ) 0.7 release which as an upgraded dependency on syntex v0.30 ( from v0.29) while my cargo build specifies build dependencies on serde_codgen v0.7 and syntex v0.29. My guess is that cargo is pulling 0.7.1 and using syntex 0.29 which may, in someway cause this error. |
@carols10cents can you try merging master and doing one more push to your branch. That should retrigger travis's test run against the different versions of rust again. I updated the my build dependency on syntex which I think should solve the problem |
Will do!! |
ae45e97
to
8424459
Compare
Looks like that worked!! |
I just added one more commit changing the doc comment i added-- I reread it and noticed it didn't make any sense, haha :) I fixed a few other little typos while I was in there too ❤️ |
Implement organization repository list support
Hi! I added support for organization repository listing, in a similar way to how you did user repo listing. I'm more than happy to make any changes you'd like ❤️