aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-01-29 11:16:03 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-01-29 11:27:30 +0100
commit398027b443cfb331fee64cf351036ca45502ae1b (patch)
tree0be40f365f6fbdf9ad7a01a10febff2f7c21f9e0 /games/rstnode/Cargo.toml
parent31ec889558d6a32d4861d7d14eff1f559e7ca72c (diff)
rstnode: update dependencies and fixing game build
Diffstat (limited to 'games/rstnode/Cargo.toml')
-rw-r--r--games/rstnode/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rstnode/Cargo.toml b/games/rstnode/Cargo.toml
index c62fd1354e38..02592d271b75 100644
--- a/games/rstnode/Cargo.toml
+++ b/games/rstnode/Cargo.toml
@@ -12,7 +12,7 @@ serde_json = "1.0"
async-std = { version = "1.0", features = ["unstable"] }
async-trait = "0.1"
-ratman = "0.1.0"
+ratman = "0.1"
netmod-mem = "0.1.0"
identity = { version = "0.4", features = ["random"], package = "ratman-identity"}