Skip to content

Commit

Permalink
Bumps Rust-G Dependency Version to 1.0.2
Browse files Browse the repository at this point in the history
Hey there,

I was bored, and I found out that the rust-g minimum version you had listed was a bit out of date. I added the DM side fix done in tgstation/rust-g#112 (tgstation/rust-g@b6afd89), and this should also have the patch for the Pallette Information tgstation/rust-g#107 (tgstation/rust-g@c19cdfb).

I'm not certain how often you use this stuff over here, but I figured I should be a friendly neighbor and get you guys up-to-speed before something conks out down the line.
  • Loading branch information
san7890 committed Aug 1, 2022
1 parent 5b0081a commit 10a23ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _std/rust_g.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
/proc/rustg_read_toml_file(path)
var/list/output = rustg_raw_read_toml_file(path)
if (output["success"])
return output["content"]
return json_decode(output["content"])
else
CRASH(output["content"])

Expand Down
4 changes: 2 additions & 2 deletions buildByond.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ BYOND_MINOR_VERSION=1585

SPACEMAN_DMM_VERSION=suite-1.7.2

# f82e57b
# 93ae889
# --no-default-features --features "acreplace, cellularnoise, dmi, file, git, http, json, log, noise, time, toml, url, batchnoise, hash, worleynoise"
RUST_G_VERSION=1.0.0
RUST_G_VERSION=1.0.2

NODE_VERSION=12

Expand Down
Binary file modified rust_g.dll
Binary file not shown.

0 comments on commit 10a23ba

Please sign in to comment.