Skip to content

Commit 776e57e

Browse files
committed
Deprecate compiler::source
1 parent d82ede7 commit 776e57e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/source/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-compiler-source"
3-
description = "RustPython Source and Index"
4-
version.workspace = true
3+
description = "(DEPRECATED) RustPython Source and Index"
4+
version = "0.5.0+deprecated"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true
@@ -13,4 +13,4 @@ ruff_source_file = { workspace = true }
1313
ruff_text_size = { workspace = true }
1414

1515
[lints]
16-
workspace = true
16+
workspace = true

0 commit comments

Comments
 (0)