Skip to content

Commit

Permalink
Bump to 2021, license change, deps (maplibre#10)
Browse files Browse the repository at this point in the history
* Per conversation with @ka7eh changing license to MIT OR Apache-2.0 - to be consistent with other Rust projects
* Upgrade to Rust 2021 edition
* Bump all dependencies to latest
* remove extern statements (not needed in 2021)
* lifted a few return statements out of match
* minor spelling fixes
  • Loading branch information
nyurik committed May 7, 2022
1 parent 8b6463d commit d4f86ee
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 247 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v0.1.7

- Updated dependencies and tested with Rust 1.54
- Replaced Travis CI with Github Actions
- Replaced Travis CI with GitHub Actions
- Fixed an issue with missing headers
- Use log macros to output messages

0 comments on commit d4f86ee

Please sign in to comment.