You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For #148 it seems some Cargo.lock files were removed, but with the new project structure of >= 2.9.x there is no longer a Cargo.lock file anywhere within the project.
This actually makes the package quite hard to package on downstream packagers as those tend to require a lock file.
Would it be possible to add a top-level Cargo.lock file again and do a release so we could package a version that supports Python 3.13 but is also packagable by the default infrastructure in nix?
The text was updated successfully, but these errors were encountered:
For #148 it seems some
Cargo.lock
files were removed, but with the new project structure of >=2.9.x
there is no longer aCargo.lock
file anywhere within the project.This actually makes the package quite hard to package on downstream packagers as those tend to require a lock file.
See the relevant section in the
nix
guidelines:https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
Would it be possible to add a top-level
Cargo.lock
file again and do a release so we could package a version that supports Python 3.13 but is also packagable by the default infrastructure innix
?The text was updated successfully, but these errors were encountered: