Skip to content

Commit

Permalink
Fix build errors (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanruiz authored Feb 3, 2023
1 parent a286f6c commit 2ef07b7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ crossbeam-channel = "0.5.1" # check if flume would be better in terms of perform
# tokio = { version = "0.2", features = ["full"] } # readd as soon as we want to impl this!
rayon = "1.5.1"
rfd = "0.5.0"
bevy_ecs = { git = "https://github.com/terrarier2111/bevy" }
bevy_ecs = { git = "https://github.com/terrarier2111/bevy", rev = "a58b4936d0e1ccd241dca74bceae78a1b6d4f949" }

reqwest = { version = "0.11.4", features = [ "blocking" ]}
glutin = "0.27.0"
Expand Down
16 changes: 8 additions & 8 deletions blocks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions protocol/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trust-dns-resolver = "0.20.3"

dashmap = "4.0.2"

bevy_ecs = { git = "https://github.com/terrarier2111/bevy" }
bevy_ecs = { git = "https://github.com/terrarier2111/bevy", rev = "a58b4936d0e1ccd241dca74bceae78a1b6d4f949" }

reqwest = { version = "0.11.3", features = [ "blocking" ]}

Expand Down
16 changes: 8 additions & 8 deletions shared/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [ "Thinkofdeath <[email protected]>" ]
edition = "2018"

[dependencies]
bevy_ecs = { git = "https://github.com/terrarier2111/bevy" }
bevy_ecs = { git = "https://github.com/terrarier2111/bevy", rev = "a58b4936d0e1ccd241dca74bceae78a1b6d4f949" }

0 comments on commit 2ef07b7

Please sign in to comment.