Commit Graph

18 Commits

Author SHA1 Message Date
Noa 619b8ce021 Bump Rust to 1.90 (#3397)
# Description of Changes

Necessary for pulling in rolldown.

# API and ABI breaking changes

None

# Expected complexity level and risk

1, with the caveat that this updates the Rust version and therefore
touches all the code.

# Testing

- [ ] Just the automated testing
2025-10-09 20:41:25 +00:00
Noa 742303ca49 Bump rust-toolchain to rust 1.88 (#2749)
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
2025-07-15 17:39:41 +00:00
Noa b2412b44f6 Install tls dependencies in standalone dockerfile (#2484)
Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
2025-03-28 03:04:30 +00:00
John Detter d9c666c22f Fix docker container for standalone (#2289)
Co-authored-by: John Detter <no-reply@boppygames.gg>
2025-02-21 16:38:18 +00:00
Noa d4a905d355 Fix CI on master (#2193) 2025-01-30 21:00:03 +00:00
Noa 293aebaef9 Bump to Rust 1.84 (#2001) 2025-01-28 23:11:29 +00:00
Noa f136670420 Directory structure impl (#1879)
Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@gmail.com>
2024-11-12 04:24:43 +00:00
Noa 10b151b999 Protobufectomy: server (#1077)
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
Co-authored-by: Jeremie Pelletier <jeremiep@gmail.com>
2024-07-12 18:02:18 +00:00
Noa 3b754f10b1 Bump to Rust 1.78 (#1205)
* Bump to rust 1.78

* Fix lints
2024-05-08 14:20:12 +00:00
Mazdak Farrokhzad 9141a42622 Bump Rust to 1.77 + fix warnings + use Bound::map (#1020)
* bump Rust to 1.77 + fix warnings + use Bound::map

* use .truncate(true) for OpenOptions
2024-03-25 20:27:08 +00:00
Noa b4f75d272f Bump Rust to 1.76.0 (#811)
* Bump Rust to 1.76.0

* Fix new clippy lints

* Use rust-toolchain in smoketests
2024-02-09 19:40:03 +00:00
Noa 5a2b37b401 Update to rust 1.74 (#589)
* Update to rust 1.74

* Fix 1.74 clippy lints
2023-11-21 21:04:31 +00:00
Noa ddc3d95190 Switch back to cargo-binstall in Dockerfile (#251) 2023-09-11 17:17:29 +00:00
George Kulakowski be289daf6f Update wasmer (#220)
* we need wasmer 4.1.1 or newer

* Add a newly required dependency on wasmer-types

* from_trap -> from::<Trap>

* Finish upgrading to wasmer 4

* Bump to Rust 1.72.0

---------

Co-authored-by: Noa <coolreader18@gmail.com>
2023-08-29 18:07:35 +00:00
George Kulakowski 22508c7746 Install cargo-chef with --locked (#237)
We want to use the Cargo.lock file to use exactly the specified
dependencies. Without this, versions of some (possibly transitive)
dependenencies can advance, and in particular advance past the point
of supporting our currently pinned rust toolchain.
2023-08-24 20:10:46 +00:00
John Detter a628f88db1 Fix Docker Build (#181)
* Upgrade chef

* Fix for QUIC issue

* Make version consistent

* Don't install rustup its not needed

* Added note

---------

Co-authored-by: Boppy <no-reply@boppygames.gg>
2023-08-12 09:00:17 -07:00
John Detter dec295586d Default command is to start (#149)
Co-authored-by: Boppy <no-reply@boppygames.gg>
2023-08-08 12:57:23 -05:00
Tyler Cloutier 44df6c6e7d Initial commit 2023-08-01 23:16:37 +02:00