Skip to content

Commit d1ce910

Browse files
authored
Add rust 1.93.0 support (#130)
1 parent 54b8f04 commit d1ce910

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6767
sqlite3=3.45.* \
6868
swig3.0=3.0.* \
6969
tk-dev=8.6.* \
70-
tzdata=2025b-* \
70+
tzdata=2026a-* \
7171
universal-ctags=5.9.* \
7272
unixodbc-dev=2.3.* \
7373
unzip=6.0-* \
@@ -225,7 +225,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
225225

226226
### RUST ###
227227

228-
ARG RUST_VERSIONS="1.92.0 1.91.1 1.90.0 1.89.0 1.88.0 1.87.0 1.86.0 1.85.1 1.84.1 1.83.0"
228+
ARG RUST_VERSIONS="1.93.0 1.92.0 1.91.1 1.90.0 1.89.0 1.88.0 1.87.0 1.86.0 1.85.1 1.84.1 1.83.0"
229229
RUN --mount=type=cache,target=/root/.cargo/registry \
230230
--mount=type=cache,target=/root/.cargo/git \
231231
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain none \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following environment variables can be set to configure runtime installation
4848
| -------------------------- | -------------------------- | ------------------------------------------------ | -------------------------------------------------------------------- |
4949
| `CODEX_ENV_PYTHON_VERSION` | Python version to install | `3.10`, `3.11.12`, `3.12`, `3.13`, `3.14.0` | `pyenv`, `poetry`, `uv`, `ruff`, `black`, `mypy`, `pyright`, `isort` |
5050
| `CODEX_ENV_NODE_VERSION` | Node.js version to install | `18`, `20`, `22` | `corepack`, `yarn`, `pnpm`, `npm` |
51-
| `CODEX_ENV_RUST_VERSION` | Rust version to install | `1.83.0`, `1.84.1`, `1.85.1`, `1.86.0`, `1.87.0`, `1.88.0`, `1.89.0`, `1.90`, `1.91.1`, `1.92.0` | |
51+
| `CODEX_ENV_RUST_VERSION` | Rust version to install | `1.83.0`, `1.84.1`, `1.85.1`, `1.86.0`, `1.87.0`, `1.88.0`, `1.89.0`, `1.90`, `1.91.1`, `1.92.0`, `1.93.0` | |
5252
| `CODEX_ENV_GO_VERSION` | Go version to install | `1.22.12`, `1.23.8`, `1.24.3`, `1.25.1` | |
5353
| `CODEX_ENV_SWIFT_VERSION` | Swift version to install | `5.10`, `6.1`, `6.2` | |
5454
| `CODEX_ENV_RUBY_VERSION` | Ruby version to install | `3.2.3`, `3.3.8`, `3.4.4` | |

0 commit comments

Comments
 (0)