<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74" -->

---
title: Servo 0.1.0 is now on crates.io, with a new LTS release...
description: Servo 0.1.0 is now published to crates.io, making the browser engine available as an embeddable Rust library for the first time via the package registry. The...
canonical: https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Servo 0.1.0 is now on crates.io, with a new LTS release track for embedders | daily.dev
og:description: Servo 0.1.0 is now published to crates.io, making the browser engine available as an embeddable Rust library for the first time via the package registry. The...
og:url: https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74
og:image: https://api.daily.dev/og/posts/uOuCs9w74.png
og:image:alt: Servo 0.1.0 is now on crates.io, with a new LTS release track for embedders
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.

# Servo 0.1.0 is now on crates.io, with a new LTS release track for embedders

**[Collections](https://daily.dev/sources/collections)** · 1 min read · 3 upvotes · 0 comments

## Summary

Servo 0.1.0 is now published to crates.io, making the browser engine available as an embeddable Rust library for the first time via the package registry. The team also introduced a Long-Term Support (LTS) release track with six-month release cycles and nine-month support windows, focused on stability for embedders. Servo 0.1 LTS is already available, offering a predictable alternative to the Chromium Embedded Framework (CEF) for developers who need a stable browser engine integration.

## Content

The Servo team has published version 0.1.0 of the `servo` crate to [crates.io](https://crates.io), marking the first time Servo is available as an embeddable library through Rust's package registry.

This isn't a 1.0 release, but the version bump signals growing confidence in Servo's embedding API. The idea is that Rust developers can now pull Servo in as a dependency without manually tracking the project's repository.

Alongside the crates.io release, the team is introducing a Long-Term Support (LTS) track aimed at developers who want stability rather than monthly churn. LTS releases come every six months, receive only security fixes during their nine-month support window, and include migration guides for major upgrades. Servo 0.1 LTS has already been released under this new plan.

The LTS track is particularly relevant for anyone considering Servo as an alternative to the Chromium Embedded Framework (CEF) - embedding a browser engine is the kind of integration where surprise breaking changes are genuinely painful, so having a slower, more predictable release cadence makes practical sense.

## Similar posts on daily.dev

- [Servo 0.0.1 Browser Engine Released](https://daily.dev/posts/servo-0-0-1-browser-engine-released-bl9jyoesb) · Phoronix · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74)

```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":"Servo 0.1.0 is now on crates.io, with a new LTS release track for embedders","url":"https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74"},"datePublished":"2026-04-13T14:54:51.450Z","dateModified":"2026-04-13T14:55:26.769Z","description":"Servo 0.1.0 is now published to crates.io, making the browser engine available as an embeddable Rust library for the first time via the package registry. The...","isAccessibleForFree":true,"articleSection":"Collections","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":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/servo-0-1-0-is-now-on-crates-io-with-a-new-lts-release-track-for-embedders-uoucs9w74","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"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":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Servo 0.1.0 is now on crates.io, with a new LTS release track for embedders"}]}
```

