<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa" -->

---
title: 1.98.1 pre-release testing | daily.dev
description: The Rust 1.98.1 pre-release is available for community testing ahead of its scheduled September 3 release. Testers can install it locally via rustup by...
canonical: https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: 1.98.1 pre-release testing | daily.dev
og:description: The Rust 1.98.1 pre-release is available for community testing ahead of its scheduled September 3 release. Testers can install it locally via rustup by...
og:url: https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa
og:image: https://api.daily.dev/og/posts/jZPQgj3AA.png
og:image:alt: 1.98.1 pre-release testing
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 1.98.1 pre-release testing

**[Inside Rust Blog](https://daily.dev/sources/insiderustblog)** · 1 min read · 6 upvotes · 0 comments

## Summary

The Rust 1.98.1 pre-release is available for community testing ahead of its scheduled September 3 release. Testers can install it locally via rustup by pointing RUSTUP_DIST_SERVER to the dev-static distribution server, and feedback can be submitted through the internals forum thread or a GitHub issue tracking the pre-release process itself.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.rust-lang.org/inside-rust/2026/09/02/1.98.1-prerelease>

## Questions this post answers

### How do I test the Rust 1.98.1 pre-release before it ships?

Run rustup update stable with the environment variable RUSTUP_DIST_SERVER set to https://dev-static.rust-lang.org, which points rustup at the pre-release distribution index instead of the normal production server. The 1.98.1 pre-release was scheduled to become the official stable release on September 3. Feedback can be submitted on the Rust internals forum thread for 1.98.1 pre-release testing.

_daily.dev keeps Rust developers on top of toolchain releases like 1.98.1 before they ship._

## Similar posts on daily.dev

- [1.97.0 pre-release testing](https://daily.dev/posts/1-97-0-pre-release-testing-ihzhs2w9w) · Inside Rust Blog · 23 upvotes · 0 comments
- [1.96.1 pre-release testing](https://daily.dev/posts/1-96-1-pre-release-testing-dvfxovhxg) · Inside Rust Blog · 19 upvotes · 2 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"1.98.1 pre-release testing","url":"https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa"},"datePublished":"2026-09-03T06:25:09.931Z","dateModified":"2026-09-04T04:26:51.358Z","description":"The Rust 1.98.1 pre-release is available for community testing ahead of its scheduled September 3 release. Testers can install it locally via rustup by...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/10c030b2429f801a5aed8756bdece9d2?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/10c030b2429f801a5aed8756bdece9d2?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Inside Rust Blog","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Inside Rust Blog","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/dac5ded91c53479ba19948cc58333757","url":"https://daily.dev/sources/insiderustblog"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":6},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"devops,rust","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Inside Rust Blog","item":"https://daily.dev/sources/insiderustblog"},{"@type":"ListItem","position":3,"name":"1.98.1 pre-release testing"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/1-98-1-pre-release-testing-jzpqgj3aa#faq","mainEntity":[{"@type":"Question","name":"How do I test the Rust 1.98.1 pre-release before it ships?","acceptedAnswer":{"@type":"Answer","text":"Run rustup update stable with the environment variable RUSTUP_DIST_SERVER set to https://dev-static.rust-lang.org, which points rustup at the pre-release distribution index instead of the normal production server. The 1.98.1 pre-release was scheduled to become the official stable release on September 3. Feedback can be submitted on the Rust internals forum thread for 1.98.1 pre-release testing. daily.dev keeps Rust developers on top of toolchain releases like 1.98.1 before they ship."}}]}
```

