Skip to content

Commit a9cb765

Browse files
committed
Use a old mirror for collision-rs (Fixes #66)
1 parent 1e8c358 commit a9cb765

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rustc-serialize = "0.3.18"
2424
log = "0.3.5"
2525
cgmath = "0.7.0"
2626
lazy_static = "0.1.15"
27-
collision = {git = "https://github.com/csherratt/collision-rs", rev = "f80825e"}
27+
collision = {git = "https://github.com/TheUnnamedDude/collision-rs", rev = "f80825e"}
2828
openssl = "0.7.8"
2929
# clippy = "*"
3030

blocks/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [ "Thinkofdeath <[email protected]>" ]
66
[dependencies]
77
lazy_static = "0.1.15"
88
cgmath = "0.7.0"
9-
collision = {git = "https://github.com/csherratt/collision-rs", rev = "f80825e"}
9+
collision = {git = "https://github.com/TheUnnamedDude/collision-rs", rev = "f80825e"}
1010

1111

1212
[dependencies.steven_shared]

0 commit comments

Comments
 (0)