We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compiler::source
1 parent d82ede7 commit 776e57eCopy full SHA for 776e57e
compiler/source/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "rustpython-compiler-source"
3
-description = "RustPython Source and Index"
4
-version.workspace = true
+description = "(DEPRECATED) RustPython Source and Index"
+version = "0.5.0+deprecated"
5
authors.workspace = true
6
edition.workspace = true
7
rust-version.workspace = true
@@ -13,4 +13,4 @@ ruff_source_file = { workspace = true }
13
ruff_text_size = { workspace = true }
14
15
[lints]
16
-workspace = true
+workspace = true
0 commit comments