Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 0c3e10b

Browse files
docs: add crate moved warning
1 parent 366a5f8 commit 0c3e10b

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# WARNING: Crate moved
2+
3+
This crate has moved to [`workos`](https://crates.io/crates/workos). Please upgrade by changing the crate name in `Cargo.toml`:
4+
5+
```diff
6+
- workos-sdk = "0.4.1"
7+
+ workos = "0.5.0"
8+
```
9+
10+
---
11+
112
# WorkOS Rust SDK
213

314
[![Crates.io](https://img.shields.io/crates/v/workos-sdk.svg)](https://crates.io/crates/workos-sdk)

src/lib.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
//! Rust SDK for interacting with the [WorkOS](https://workos.com) API.
2+
//!
3+
//! # WARNING: Crate moved
4+
//!
5+
//! This crate has moved to [`workos`](https://crates.io/crates/workos). Please upgrade by changing the crate name in `Cargo.toml`:
6+
//!
7+
//! ```diff
8+
//! - workos-sdk = "0.4.1"
9+
//! + workos = "0.5.0"
10+
//! ```
211
312
#![warn(missing_docs)]
413

0 commit comments

Comments
 (0)