Skip to content

Commit

Permalink
fix minor issue with feature propagation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Jun 21, 2021
1 parent d1ddb9d commit be2e5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "planck_ecs"
version = "1.2.0"
version = "1.2.1"
authors = ["Joël Lupien (Jojolepro) <jojolepro@jojolepro.com>"]
edition = "2018"
description = "A tiny but very powerful ECS framework."
Expand All @@ -20,7 +20,7 @@ keysize16 = ["entity_component/keysize16"]
keysize20 = ["entity_component/keysize20"]
keysize24 = ["entity_component/keysize24"]
keysize32 = ["entity_component/keysize32"]
ser = ["entity_component/serde"]
ser = ["entity_component/ser"]

[dependencies]
entity_component = { version = "1.1.2", default-features=false }
Expand Down

0 comments on commit be2e5af

Please sign in to comment.