Skip to content

Commit b7189c1

Browse files
committed
update hecs dependency to upstream
1 parent 4d756b3 commit b7189c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feather/ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
ahash = "0.7"
99
anyhow = "1"
10-
hecs = { git = "https://github.com/feather-rs/feather-hecs" }
10+
hecs = "0.7.0"
1111
log = "0.4"
1212
thiserror = "1"
1313
utils = { path = "../utils", package = "feather-utils" }

0 commit comments

Comments
 (0)