Skip to content

Commit

Permalink
package/lakers-python: Use default proc-macro2 version
Browse files Browse the repository at this point in the history
That pinning was left over from previous similar packaging, but should
not be needed as long as a stable Rust version is used to build; lakers
itself has no precise proc-macro2 dependency.
  • Loading branch information
chrysn committed May 15, 2024
1 parent d5f2827 commit 1556d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/lakers-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ package:
source:
url: https://files.pythonhosted.org/packages/29/93/5d70b035f987a48dd854c1afc21025fb8446aae4d43c685b68691175623c/lakers_python-0.3.0.tar.gz
sha256: 009fc5e31b5a9a276216ff43ffd097004396a2a9131359a1da35d464e599cd1c
build:
script: |
cargo update -p proc-macro2 --precise 1.0.60
requirements:
executable:
- rustup
Expand Down

0 comments on commit 1556d20

Please sign in to comment.