Skip to content

Commit

Permalink
fix: do not try to autostart the server automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 17, 2024
1 parent b2e1d21 commit 0e2bdb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
futures = "0.3.28"
mlua = { version = "0.9.1", features = ["module", "serialize", "async"] }
norgopolis-client = { version = "0.4.0", features = ["autostart-server"] }
norgopolis-client = { version = "0.4.0", features = [] }
rmp-serde = "1.1.2"
rmpv = "1.0.1"
serde = "1.0.188"
Expand Down

0 comments on commit 0e2bdb0

Please sign in to comment.