Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Deprecate compiler::source
  • Loading branch information
ShaharNaveh committed Jul 22, 2025
commit 776e57ea78cb2d7c3edae77e25d300ba973e8fad
6 changes: 3 additions & 3 deletions compiler/source/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustpython-compiler-source"
description = "RustPython Source and Index"
version.workspace = true
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have to publish a deprecated version of this crate before removeing it from source code.

Suggested change
version.workspace = true
version = "0.5.0+deprecated"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ofc, didn't realized that it was published, thought it was completely internal

description = "(DEPRECATED) RustPython Source and Index"
version = "0.5.0+deprecated"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand All @@ -13,4 +13,4 @@ ruff_source_file = { workspace = true }
ruff_text_size = { workspace = true }

[lints]
workspace = true
workspace = true
Loading