-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add 0.13 template #98
Conversation
Hm, travis windows builds aren't liking it, maybe because they haven't got symlinks enabled for git? |
c7448ff
to
aebb5ad
Compare
Seems like on windows, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool thanks!
bors r+ |
🔒 Permission denied Existing reviewers: click here to make azriel91 a reviewer |
Wow. Bors plz 😛 |
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 3 3
Lines 34 34
=======================================
Hits 32 32
Misses 2 2 Continue to review full report at Codecov.
|
bors r+ |
🔒 Permission denied Existing reviewers: click here to make azriel91 a reviewer |
ee50a82
to
1528dd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Thanks!
98: Add 0.13 template r=jojolepro a=0x6273 ~~Fixes warnings about unused imports in the 0.12 template, and adds a 0.13.2 template (identical to the 0.12 one).~~ Adds a 0.13 template. Some things were moved into a separate pr #101 as requested by a reviewer. Fixes #97 Co-authored-by: 0x40 <0x40@keemail.me>
Build failed |
101: Fix 0.12 template r=jojolepro a=0x6273 Fixes warnings about unused imports in the 0.12 template, and changes the asset path to "assets" instead of the root of the project dir. This was originally part of #98 but was moved to a separate pr as requested. Co-authored-by: 0x40 <0x40@keemail.me>
I think that's unrelated to my changes, since it doesn't touch that file. I guess new lints were added to clippy. I made a new pr that addresses the lint warnings. #103 |
bors retry |
🔒 Permission denied Existing reviewers: click here to make azriel91 a reviewer |
@Jojolepro this and #101 can be merged now :) |
bors r+ |
bors r+ |
Build succeeded |
Fixes warnings about unused imports in the 0.12 template, and adds a 0.13.2 template (identical to the 0.12 one).Adds a 0.13 template. Some things were moved into a separate pr #101 as requested by a reviewer.
Fixes #97