mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 10:50:29 +00:00
Make repeated uv add operations simpler (#5922)
## Summary Closes #5913.
This commit is contained in:
parent
2789830ac2
commit
dc3f498f58
4 changed files with 102 additions and 13 deletions
|
|
@ -30,7 +30,7 @@ pub struct PyProjectToml {
|
|||
pub tool: Option<Tool>,
|
||||
/// The raw unserialized document.
|
||||
#[serde(skip)]
|
||||
pub(crate) raw: String,
|
||||
pub raw: String,
|
||||
}
|
||||
|
||||
impl PyProjectToml {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue