diff --git a/code/modules/tgs/v5/undefs.dm b/code/modules/tgs/v5/undefs.dm index acd19dfa641..ca49e46cdff 100644 --- a/code/modules/tgs/v5/undefs.dm +++ b/code/modules/tgs/v5/undefs.dm @@ -18,6 +18,7 @@ #undef DMAPI5_PARAMETER_ACCESS_IDENTIFIER #undef DMAPI5_PARAMETER_CUSTOM_COMMANDS +#undef DMAPI5_PARAMETER_TOPIC_PORT #undef DMAPI5_CHUNK #undef DMAPI5_CHUNK_PAYLOAD diff --git a/dependencies.sh b/dependencies.sh index 5e3f4d45f64..de314c54b05 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -8,7 +8,7 @@ export BYOND_MAJOR=515 export BYOND_MINOR=1633 #rust_g git tag -export RUST_G_VERSION=0.8.0 +export RUST_G_VERSION=1.0.1 #node version export NODE_VERSION=18 diff --git a/rust_g.dll b/rust_g.dll index be19f57946d..42a15cc1547 100755 Binary files a/rust_g.dll and b/rust_g.dll differ