Skip to content

Commit

Permalink
Merge pull request #35 from dzvon/update-hyper
Browse files Browse the repository at this point in the history
Update hyper to 1.0
  • Loading branch information
fluxxu authored Dec 1, 2023
2 parents 8171b6e + 956fab2 commit f67db8a
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 51 deletions.
165 changes: 129 additions & 36 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"crates/codegen",
"crates/platform",
Expand Down Expand Up @@ -57,4 +58,4 @@ async-dnssd = { git = "https://github.com/stbuehler/rust-async-dnssd.git" }

[profile.release-with-debug]
inherits = "release"
debug = true
debug = true
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ git submodule update --init --recursive
```

### Environment Variable Setup Before Cargo Build

```
BONJOUR_SDK_HOME = <path_to_flo>/deps/bonjour-sdk-windows
PQ_LIB_DIR = <path_to_PostgreSQL>/lib
```

### Create a .env file:
```
Expand Down Expand Up @@ -65,7 +68,7 @@ cargo run -p flo-cli -- client 1 connect
cargo run -p flo-cli -- client 2 connect
```

### Create a test game and invite player 1 & 2 to join
### Create a test game and invite player 1 & 2 to join

```
cargo run -p flo-cli -- server run-game 1 2
Expand Down
1 change: 0 additions & 1 deletion crates/controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ tracing = "0.1"
tracing-futures = "0.2"
parking_lot = "0.11"
dashmap = "3.11"
hyper = "0.14"
prometheus = "0.9"
backoff = { version = "0.3" }
rand = "0.8"
Expand Down
Loading

0 comments on commit f67db8a

Please sign in to comment.