Commit graph

630 commits

Author SHA1 Message Date
4d3cbb9fd6 fix(mm): spelling on criteria 2026-08-08 16:22:33 +02:00
48fea26321 fix(terraria): add new refactor features 2026-08-08 16:05:31 +02:00
36c044233f Merge pull request 'Update Rust crate async-trait to v0.1.92' (#63) from renovate/async-trait-0.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#63
2026-08-08 15:40:34 +02:00
adee973e11 Merge pull request 'Update Rust crate thiserror to v2.0.20' (#64) from renovate/thiserror-2.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#64
2026-08-08 15:40:29 +02:00
1a6354460d Update Rust crate thiserror to v2.0.20 2026-08-08 13:18:53 +00:00
47ae893cd8 Update Rust crate async-trait to v0.1.92 2026-08-08 13:18:39 +00:00
e5ada9dfcd Merge pull request 'Update Rust crate sentry to 0.49.0' (#61) from renovate/sentry-0.x into v0
Reviewed-on: spacebar/rust-nex#61
2026-08-08 07:48:20 +02:00
52893fb728 fix sentry integration 2026-08-08 07:38:08 +02:00
907845ae5b Merge pull request 'Update Rust crate ctor to v1.0.12' (#44) from renovate/ctor-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#44
2026-08-08 07:36:03 +02:00
fab43614d8 Merge pull request 'Update Rust crate bytemuck to v1.25.2' (#46) from renovate/bytemuck-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#46
2026-08-08 07:35:54 +02:00
b17a077ff2 Merge pull request 'Update Rust crate tokio to v1.53.1' (#50) from renovate/tokio-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#50
2026-08-08 07:35:45 +02:00
b79a5910a2 Merge pull request 'Update Rust crate futures to v0.3.33' (#55) from renovate/futures-0.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#55
2026-08-08 07:35:37 +02:00
fce1cb8056 Merge pull request 'Update Rust crate serde to v1.0.229' (#57) from renovate/serde-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#57
2026-08-08 07:35:16 +02:00
7385b564f6 Merge pull request 'Update Rust crate serde_json to v1.0.151' (#58) from renovate/serde_json-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#58
2026-08-08 07:35:07 +02:00
5300602654 Merge pull request 'Update Rust crate base64 to 0.23.0' (#60) from renovate/base64-0.x into v0
Reviewed-on: spacebar/rust-nex#60
2026-08-08 07:34:54 +02:00
5abf2bb028 Merge pull request 'Update Rust crate syn to v3' (#62) from renovate/syn-3.x into v0
Reviewed-on: spacebar/rust-nex#62
2026-08-08 07:34:44 +02:00
37b740579a Update Rust crate syn to v3 2026-08-08 04:48:37 +00:00
72cbaf17f0 Update Rust crate tokio to v1.53.1 2026-08-08 04:48:30 +00:00
f12e60709c Update Rust crate sentry to 0.49.0 2026-08-08 04:48:08 +00:00
68b9c3a330 Update Rust crate base64 to 0.23.0 2026-08-08 04:48:02 +00:00
5b57ca642d Update Rust crate serde_json to v1.0.151 2026-08-08 04:47:54 +00:00
62270330e9 Update Rust crate serde to v1.0.229 2026-08-08 04:47:45 +00:00
cc2f27ea7d Update Rust crate futures to v0.3.33 2026-08-08 04:47:36 +00:00
b795593c4a Update Rust crate ctor to v1.0.12 2026-08-08 04:47:29 +00:00
83a3bf998e Update Rust crate bytemuck to v1.25.2 2026-08-08 04:47:21 +00:00
66ebc2a9f0 Merge pull request 'Update Rust crate thiserror to v2.0.19' (#59) from renovate/thiserror-2.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#59
2026-08-08 06:43:04 +02:00
476f8c7be3 Merge pull request 'Update Rust crate nex-account to v0.2.5' (#56) from renovate/nex-account-0.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#56
2026-08-08 06:42:58 +02:00
43191de687 Merge pull request 'Update Rust crate async-trait to v0.1.91' (#53) from renovate/async-trait-0.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#53
2026-08-08 06:42:53 +02:00
f04e85d496 drop musl support
it was a hard 3 minutes of thinking but i realized we run containers anyways so??? it was kinda useless
2026-08-08 06:31:07 +02:00
bfc1482328 i dont like spamming commits but its the only way to test ci 2026-08-08 06:24:45 +02:00
2a069d16e9 yeah i accept it 2026-08-08 06:20:48 +02:00
87c9eedac0 oh right its a workspace
listen guys, its 6am, ive been working at this all night, have some mercy, ok?
2026-08-08 06:18:01 +02:00
abda534e17 please work 2026-08-08 06:13:32 +02:00
0f6546f717 vendor OpenSSL
yes, build time goes up but my worries go down.
2026-08-08 06:06:44 +02:00
6a4764082d remove statically linked openSSL
it just causes us grief for something that can be easily avoided by just using minimal alpine images. we can revisit it later if needed.
2026-08-08 06:02:45 +02:00
25d58b3083 attempt fix 2026-08-08 05:58:08 +02:00
9a621ed6bd CI refactor 2026-08-08 05:53:38 +02:00
7c5ed826f4 merge 2026-08-08 05:38:15 +02:00
7e507c7f68 fix pesky bug preventing v0 from working 2026-08-08 05:33:34 +02:00
535051be75 Update Rust crate thiserror to v2.0.19 2026-08-08 03:02:10 +00:00
e433de67f3 Merge pull request 'Add Terraria Edition' (#45) from feat/terraria into v0
Reviewed-on: spacebar/rust-nex#45
2026-08-08 04:17:57 +02:00
0b970c3be2 Merge branch 'v0' into feat/terraria 2026-08-08 04:17:51 +02:00
2a0d3c40e7 Merge pull request 'Update Rust crate anyhow to v1.0.104' (#52) from renovate/anyhow-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#52
2026-08-08 04:17:41 +02:00
ea928ab6dd Update Rust crate nex-account to v0.2.5 2026-08-08 01:47:42 +00:00
fc54e6f77a Update Rust crate async-trait to v0.1.91 2026-08-08 01:47:11 +00:00
ba57a33483 Update Rust crate anyhow to v1.0.104 2026-08-08 01:47:05 +00:00
95ac6d922b Merge branch 'v0' into feat/terraria 2026-08-08 03:39:54 +02:00
c351a8826a friends bugfix 2026-08-08 03:34:59 +02:00
36621bc19d Merge branch 'v0' into feat/terraria 2026-08-08 03:24:54 +02:00
e67ad3c09e Merge branch 'v0' of https://git.spbr.net/spacebar/rust-nex into v0 2026-08-08 03:20:27 +02:00