Skip to content

Commit

Permalink
Merge #459
Browse files Browse the repository at this point in the history
459: Fix repo link of specs-derive and bump version r=torkleyy a=torkleyy

Fixes #453

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/slide-rs/specs/459)
<!-- Reviewable:end -->


Co-authored-by: Thomas Schaller <[email protected]>
  • Loading branch information
bors[bot] and torkleyy committed Sep 7, 2018
2 parents e12c434 + 5e545ae commit 7b89608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "specs-derive"
version = "0.2.0"
version = "0.2.1"
authors = ["Eyal Kalderon <[email protected]>"]
description = "Custom derive macro for Specs components"
documentation = "https://docs.rs/specs-derive"
repository = "https://github.com/slide-rs/specs/specs-derive"
repository = "https://github.com/slide-rs/specs/tree/master/specs-derive"
keywords = ["gamedev", "parallel", "specs", "ecs", "derive"]
license = "MIT/Apache-2.0"

Expand Down

0 comments on commit 7b89608

Please sign in to comment.