Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 17ab9b8

Browse files
committed
mark project as unmaintained
1 parent 1ea0b04 commit 17ab9b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[workspace.package]
77
authors = ["Weston Pace <[email protected]>"]
8-
description = "Utilities for working with Substrait expressions"
8+
description = "Utilities for working with Substrait expressions. NO LONGER MAINTAINED."
99
edition = "2021"
1010
license = "Apache-2.0"
1111
readme = "README.md"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Substrait Expressions
22

3+
## Warning
4+
5+
This project is now archived and will no longer be maintained.
6+
37
This project aims to make it easier to work with Substrait expression objects.
48

59
Currently, it is only a Rust library. However, I hope to be able to add python

0 commit comments

Comments
 (0)