Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cramino to 0.15.0 #51900

Merged
merged 3 commits into from
Nov 4, 2024
Merged
Changes from 2 commits
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
6 changes: 4 additions & 2 deletions recipes/cramino/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.14.5" %}
{% set version = "0.15.0" %}

package:
name: cramino
Expand All @@ -12,11 +12,13 @@ build:

source:
url: https://github.com/wdecoster/cramino/archive/v{{ version }}.tar.gz
sha256: d3b31ab76808ca76171e2539cfe30e66fe24cbd4af4ff9a941c282a0bc438032
sha256: 731d4232e8a5503f704825b04e8ff081294381a1324fec3e59771ca773c68465

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('rust') }}
- {{ compiler('cxx') }}
- rust >=1.60
- cmake
- make
Expand Down
Loading