Skip to content

Commit

Permalink
fix: use revision of ggrs with upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson137 committed Apr 2, 2024
1 parent cb5d754 commit 45461f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allow = [
]

[sources.allow-org]
github = ["fishfolk"]
github = ["gschup"]

[[licenses.clarify]]
name = "ring"
Expand Down
2 changes: 1 addition & 1 deletion framework_crates/bones_framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ document-features = { version = "0.2", optional = true }

# Networking
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ggrs = { version = "0.10", features = ["sync-send"] }
ggrs = { git = "https://github.com/gschup/ggrs.git", rev = "0af1a044b96465bd10398947b7fb5e0a34a75f70", features = ["sync-send"] }
bones_matchmaker_proto = { version = "0.2", path = "../../other_crates/bones_matchmaker_proto" }
bytes = "1.4"
mdns-sd = { version = "0.10", default-features = false }
Expand Down

0 comments on commit 45461f7

Please sign in to comment.